aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/setup
blob: c68e5a9b90b6800b801784e040351bf214a43656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
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