diff options
author | Michael Bien <[email protected]> | 2010-04-22 00:28:41 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-22 00:28:41 +0200 |
commit | 8db5ff430a08ec18bfd947d7aee1c6d298d0d662 (patch) | |
tree | 685577ee4d6250eb76a2c78e72a78cf94b2c505f /tools/jackpotc/setup | |
parent | 2cb8c65600a1c8cd1b3ea1386b5f1359390f1ccd (diff) |
added jackpot 3.0 code transformator to tools/jackpotc.
- use 'setup' for initial setup (downloads jackpot).
- use 'bttf' for running a jogl1.1.1 -> jogl 2 (reloaded) transformation
- tools/jackpotc/test/oldgears is a jogl 1.1.1 NetBeans project
- more information about jackpot is in tools/jackpotc/lib/README after setup was run
Diffstat (limited to 'tools/jackpotc/setup')
-rwxr-xr-x | tools/jackpotc/setup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/jackpotc/setup b/tools/jackpotc/setup new file mode 100755 index 000000000..f1ccc57ed --- /dev/null +++ b/tools/jackpotc/setup @@ -0,0 +1,5 @@ +#!/bin/bash +mkdir lib +cd ./lib +wget http://bitbucket.org/jlahoda/jackpot30/downloads/jackpotc.zip +unzip -oj jackpotc.zip |