aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-02-05 14:35:01 -0800
committerJakob Odersky <jakob@odersky.com>2017-02-05 14:35:01 -0800
commit585407810c6f38c464eb48791360380e0f8ca9af (patch)
tree0426d9b589097d29bf89b01312ed1018025a5c7f
parent6e79ae341e168c861be71b2c0815e12e0ceb407b (diff)
downloadakka-serial-585407810c6f38c464eb48791360380e0f8ca9af.tar.gz
akka-serial-585407810c6f38c464eb48791360380e0f8ca9af.tar.bz2
akka-serial-585407810c6f38c464eb48791360380e0f8ca9af.zip
Specify c library versions of included libraries
-rw-r--r--downloads/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 7b998fa..62b276a 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -35,14 +35,14 @@ libraryDependencies += "ch.jodersky" %% "akka-serial-stream" % "{{site.version_l
</tr>
</thead>
<tbody>
- <tr><td rowspan="3">Linux</td><td>x86_64</td></tr>
+ <tr><td rowspan="3">Linux (glibc >= 2.4)</td><td>x86_64</td></tr>
<tr><td>x86</td></tr>
<tr><td>armv7l</td></tr>
- <tr><td>Darwin (Mac OSX)</td><td>x86_64</td></tr>
+ <tr><td>Darwin (Mac OSX >= 10.8)</td><td>x86_64</td></tr>
</tbody>
</table>
-<p class="small">*These are the platforms for which a native library is included in the release.
+<p class="small">*These are the platforms for which a native library is included in the fat jar release.
akka-serial is POSIX compatible so it can be built for a lot more platforms.</p>
</div>
@@ -52,7 +52,7 @@ akka-serial is POSIX compatible so it can be built for a lot more platforms.</p>
Consult the <a href="https://github.com/jodersky/akka-serial/blob/master/CHANGELOG.md">release notes</a> for important changes.
## Requirements
-Flow depends on Akka 2.4 and requires a Java runtime version of 1.8. It is released for Scala binary versions 2.11 and 2.12.
+akka-serial depends on Akka 2.4 and requires a Java runtime version of 1.8. It is released for Scala binary versions 2.11 and 2.12.
## Previous Versions
Archived releases are available in <a href="https://github.com/jodersky/akka-serial/releases">GitHub releases</a>.