diff --git a/examples/simple/README b/examples/simple/README index b6a80d67679eb9bb684dfbbf8fbe42b39b964d5c..bb93b851cc6e094c87e3cd727127c0f9501ed8ef 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