From b3efeffc3fa7535acebc3a9b8ff4590fb9be1606 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 9 Jun 2003 15:54:23 +0000 Subject: [PATCH] tweak to the instructions --- processing/build/howto.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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