diff --git a/processing/build/howto.txt b/processing/build/howto.txt index 3f7f965fb..5cb59131f 100755 --- a/processing/build/howto.txt +++ b/processing/build/howto.txt @@ -14,7 +14,7 @@ HOW TO BUILD PROCESSING ON YOUR FAVORITE PLATFORM + cvs - used for version control -+ gcc-mingw - used to build processing.exe ++ g++ and gcc-mingw - used to build processing.exe (this will also pull in gcc-core) + make diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index b6045194e..731368c2a 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -91,7 +91,11 @@ work. - release 82 (or 83?) will be all about getting proper 3D lighting, camera, and geometry working. simon's done some amazing work. - + +- if anyone's looking at the cvs, you'll need to do a + "cvs update -d -P" because the folder structure has moved around + for this release. + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .