Added documentation for simulator without Eclipse

This commit is contained in:
frubi 2019-01-06 21:23:18 +01:00
parent 15a21b78b5
commit 62a419fa59

View File

@ -3,3 +3,10 @@
The simualation should be started with the following arguments at this position: The simualation should be started with the following arguments at this position:
`../init.lua ws28128ClockLayout.txt config.lua` `../init.lua ws28128ClockLayout.txt config.lua`
# Use it without Eclipse
Compiling:
`javac -d bin/ -cp libs/luaj-jme-3.0.1.jar:libs/luaj-jse-3.0.1.jar $(find src -name '*.java')`
Running:
`java -cp libs/luaj-jme-3.0.1.jar:libs/luaj-jse-3.0.1.jar:bin de.c3ma.ollo.WS2812Simulation ../init.lua ws28128ClockLayout.txt config.lua`