From 14ffa05cc49eaf7904865fb3dd35cc8984c52d79 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 22 Jun 2013 16:11:45 +0200 Subject: move sample to seperate folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c4448d..8897e00 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Since hardware is involved in serial communication, a Scala-only solution is not ## Build & usage Run sbt in the root directory and switch to project 'flow', by typing 'project flow'. Running 'package' will compile both Scala and native sources and bundle them in the standard jar file. When using the jar in another application, the native library will be automatically extracted and loaded (i.e. no -Djava.library.path or other system parameters have to be set). -To see an example, switch to project 'flow-samples' and then type 'run'. Don't forget to connect a serial device (such as an arduino) before runinng the example. +To see an example, switch to project 'flow-rwc' and then type 'run'. Don't forget to connect a serial device (such as an arduino) before runinng the example. The build currently only works on Linux. -- cgit v1.2.3