aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author= <=>2014-05-28 16:51:08 +0200
committer= <=>2014-05-28 16:51:08 +0200
commit759341b041913f5b2de47be45e3f3c4d4d8c77fa (patch)
treeeb33a612b641cb992cf91e5f96022359e1e4725d /README.md
parentcf090f79b912cd879e23de394885f5e0ce210217 (diff)
downloadakka-serial-759341b041913f5b2de47be45e3f3c4d4d8c77fa.tar.gz
akka-serial-759341b041913f5b2de47be45e3f3c4d4d8c77fa.tar.bz2
akka-serial-759341b041913f5b2de47be45e3f3c4d4d8c77fa.zip
add cross-compilation and remove scala version from native jarv2.0.2
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 f2bbd96..c0e66fd 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.1"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.2"
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.1"
+ libraryDependencies += "com.github.jodersky" % "flow-native" % "2.0.2"
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.