Skip to content
Snippets Groups Projects
Commit 61d106a2 authored by Sven Robertz's avatar Sven Robertz
Browse files

changed wording in README

parent e79e7ead
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,9 @@ the datagram directory contains the same example, but over datagram (UDP and raw ...@@ -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 When running compile.sh, Java and C files for the two samples defined in simple.lc will
be generated in the gen directory. be generated in the gen directory.
run.sh will then run first the encoder, writing to encoded_data, and then the decoders written run.sh will then run first the encoder, writing to encoded_data, and then a
in Java and C, respectively, reading from the previously written encoded_data. 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 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 by running "ant jar" in the main directory (../../ seen from here) and compiled the labcomm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment