aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-10-03 14:54:24 +0200
committerJakob Odersky <jodersky@gmail.com>2014-10-03 14:54:24 +0200
commit0ecb38d32f6881772fda28cb59a0d68776a517d0 (patch)
treec022ccefed634c00540dd5101297c2c5d95e5da5 /README.md
parentc9cc7c06159f7345390afda0badd8f22f864941f (diff)
downloadakka-serial-0ecb38d32f6881772fda28cb59a0d68776a517d0.tar.gz
akka-serial-0ecb38d32f6881772fda28cb59a0d68776a517d0.tar.bz2
akka-serial-0ecb38d32f6881772fda28cb59a0d68776a517d0.zip
fix version incoherencyv2.0.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e3e778..bd76625 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@ For a short guide on how to use flow see the file [documentation/basics.md](docu
Flow is built and its examples run with SBT. To get started, include a dependency to flow in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.5"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.6"
ATTENTION: flow uses native libraries to back serial communication, therefore before you can run any application depending on flow you must include flow's native library! To do so, you have two options.
1. The easy way: add a second dependency to your project:
- libraryDependencies += "com.github.jodersky" % "flow-native" % "2.0.5"
+ libraryDependencies += "com.github.jodersky" % "flow-native" % "2.0.6"
This will add a jar to your classpath containing native libraries for various platforms. At run time, the correct library for the current platform is selected, extracted and loaded. This solution enables running applications seamlessly, as if they were pure JVM applications. However, since the JVM does not enable full determination of the current platform (only OS and rough architecture are known), only a couple of platforms can be supported through this solution at the same time. Currently, these are given in the table below.