From 61d106a283e36115e754b4b1fd22f00a55bc56e3 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Wed, 14 Dec 2011 16:28:39 +0100 Subject: [PATCH] changed wording in README --- examples/simple/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/simple/README b/examples/simple/README index b6a80d6..bb93b85 100644 --- a/examples/simple/README +++ b/examples/simple/README @@ -13,8 +13,9 @@ the datagram directory contains the same example, but over datagram (UDP and raw When running compile.sh, Java and C files for the two samples defined in simple.lc will be generated in the gen directory. -run.sh will then run first the encoder, writing to encoded_data, and then the decoders written -in Java and C, respectively, reading from the previously written encoded_data. +run.sh will then run first the encoder, writing to encoded_data, and then a +decoder, reading from the previously written encoded_data written (in Java and +C, respectively). NB! Before trying to build and run examples, make sure you have built the LabComm compiler by running "ant jar" in the main directory (../../ seen from here) and compiled the labcomm -- GitLab