Executing Sketch via Linux Command Line?

for the install procedure??
i miss you do the install.sh thing?
what procedure you are following?

//_________________________
sorry, that would not run with IDE or from command line.

the path to the DIR of the sketch would be

/home/rue/sketchbook/sketches/test

the path to the sketch would be

/home/rue/sketchbook/sketches/test/test.pde

the call only need the path info

processing-java --sketch=/home/rue/sketchbook/sketches/test --run

also the ./ should tell linux what?

pi@RPI3BP:~ $ ./processing-java
bash: ./processing-java: No such file or directory

1 Like