diff --git a/processing/build/howto.txt b/processing/build/howto.txt index 8d5f220b2..cd6ffb2bd 100755 --- a/processing/build/howto.txt +++ b/processing/build/howto.txt @@ -144,6 +144,13 @@ cd /path/to/processing/build/windows # if everything went well, you'll have no errors. # (need more doc here on common problems..) +# then to run it +./run.sh + +# each time you make a change, use make to build the thing +# and run to get it up and running. + + // Updating to the Latest Version