diff options
author | Michael Bien <[email protected]> | 2010-04-25 15:59:05 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-25 15:59:05 +0200 |
commit | 6033b01389ec1f17d0831ed22a41cdfe24a3b435 (patch) | |
tree | fb4694905d1727f271d7181ed547fd5193d33216 /tools/jackpotc/setup | |
parent | c2860b7b9b00f71625f5503122598c3e53d336b5 (diff) |
updated jackpot scripts, jogl distributions are now downloaded automatically.
added patching step.
Diffstat (limited to 'tools/jackpotc/setup')
-rwxr-xr-x | tools/jackpotc/setup | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/jackpotc/setup b/tools/jackpotc/setup index f1ccc57ed..c68e5a9b9 100755 --- a/tools/jackpotc/setup +++ b/tools/jackpotc/setup @@ -3,3 +3,18 @@ mkdir lib cd ./lib wget http://bitbucket.org/jlahoda/jackpot30/downloads/jackpotc.zip unzip -oj jackpotc.zip + +cd ../test +mkdir oldgears/lib +mkdir oldgears/lib/new +mkdir oldgears/lib/old +cd oldgears/lib/new + +#TOCO temporary location +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/jogl.all.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/jogl.awt.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/new/gluegen-rt.jar + +cd ../old +wget http://people.fh-landshut.de/~mbien/jogamp/ref/old/jogl.jar +wget http://people.fh-landshut.de/~mbien/jogamp/ref/old/gluegen-rt.jar |