mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
moving around the reference, and updating build scripts for it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user