mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
fixing up dist scripts
This commit is contained in:
@@ -12,8 +12,13 @@ rm -rf processing-*
|
||||
|
||||
# use 'shared' files as starting point
|
||||
cp -r ../shared processing
|
||||
|
||||
# add the libraries folder with source
|
||||
cp -r ../../lib processing/libraries
|
||||
|
||||
# doesn't work on linux, don't include it and confuse people
|
||||
rm -rf processing/libraries/video
|
||||
|
||||
# new style examples thing ala reas
|
||||
cd processing
|
||||
unzip -q examples.zip
|
||||
|
||||
2
processing/build/linux/dist/processing
vendored
2
processing/build/linux/dist/processing
vendored
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar
|
||||
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/mrj.jar
|
||||
export CLASSPATH
|
||||
|
||||
# put the directory where this file lives in the front of the path, because
|
||||
|
||||
Reference in New Issue
Block a user