aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-11 11:45:18 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-11 11:45:18 +0200
commit2059e7839fe529861656d1cff70ad33a4f26bf24 (patch)
tree3b83817d1d82f36afb7c8b17fe5a9f13c69fad2c /README.md
parent13c82b7c449a0af549741d46f5c2586477368b9b (diff)
downloadakka-serial-2059e7839fe529861656d1cff70ad33a4f26bf24.tar.gz
akka-serial-2059e7839fe529861656d1cff70ad33a4f26bf24.tar.bz2
akka-serial-2059e7839fe529861656d1cff70ad33a4f26bf24.zip
specifiy os and arch names
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3ffe4a..7637667 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ The directories of interest in a build are:
source code implementing the native serial API for unix-like operating systems
- flow-binaries:
- Contains binaries produced by various native builds on different platforms. The format of binaries inside this directory is `<os>/<arch>/<libraryname>.<major>.<minor>`
+ Contains binaries produced by various native builds on different platforms. The format of binaries inside this directory is `<os>/<arch>/<libraryname>.<major>.<minor>`, where `<os>` and `<arch>` correspond to the values (without spaces) given by `System.properties` from the JVM.
With this structure in mind, building a complete distribution of flow involves (sbt commands are given in code tags):