moving around the reference, and updating build scripts for it

This commit is contained in:
benfry
2003-06-09 12:57:11 +00:00
parent 31b56cd156
commit 0317ddbf11
7 changed files with 39 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ unzip -q examples.zip
rm examples.zip
cd ../..
cd processing
unzip -q reference.zip
rm reference.zip
cd ..
# add java (jre) files
#tar --extract --verbose --file=jre.tgz --ungzip --directory=processing
tar --extract --file=jre.tgz --ungzip --directory=processing

View File

@@ -15,6 +15,11 @@ else
rm examples.zip
cd ../..
cd work
unzip -q reference.zip
rm reference.zip
cd ..
tar --extract --file=jre.tgz --ungzip --directory=work
mkdir work/lib/export

View File

@@ -33,6 +33,12 @@ unzip -q examples.zip
rm examples.zip
cd ../..
# new style reference
cd processing
unzip -q reference.zip
rm reference.zip
cd ..
# get package from the dist dir
cp -r dist/Proce55ing.app processing/
rm -rf processing/Proce55ing.app/CVS

View File

@@ -10,11 +10,18 @@ else
echo Setting up directories to build under Mac OS X
cp -r ../shared work
echo Extracting examples
cd work/sketchbook
unzip -q examples.zip
rm examples.zip
cd ../..
echo Extracting reference...
cd work
unzip -q reference.zip
rm reference.zip
cd ..
mkdir work/lib/export
mkdir work/lib/build

View File

@@ -325,6 +325,10 @@ the p5 community, whose name i have misplaced. if it was you, please
drop me a line so you can be properly cited. this kind of help is huge
for us, since we're such a small group!)
"hs_err_pid10XX.txt" error.. this is something within the java vm that
we can't fix. it's not clear what the problem is, but it seems to have
show up with java 1.4.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -31,6 +31,12 @@ unzip -q examples.zip
rm examples.zip
cd ../..
# new style reference
cd processing
unzip -q reference.zip
rm reference.zip
cd ..
# add java (jre) files
unzip -q -d processing jre.zip

View File

@@ -16,6 +16,12 @@ else
rm examples.zip
cd ../..
echo Extracting reference...
cd work
unzip -q reference.zip
rm reference.zip
cd ..
echo Extracting big ass JRE...
unzip -q -d work jre.zip
# cygwin requires this because of unknown weirdness