-
Notifications
You must be signed in to change notification settings - Fork 103
Evaluating JogAmp
CalumJEadie edited this page Oct 21, 2012
·
2 revisions
sudo apt-get install libgnome2-common # Was necessary to do this first to resolve a dependancies problem.
sudo apt-get install openjdk-7-jre p7zip-full libav-tools junit4
# get the latest JogAmp build (pre rc11)
# report any issues to:
http://forum.jogamp.org/Pls-test-new-JOGL-aggregated-build-pre-RC11-no-XInitThreads-tp4026312p4026493.html
wget http://jogamp.org/deployment/archive/master/gluegen_600-joal_366-jogl_833-jocl_691-signed/archive/jogamp-all-platforms.7z
7z x jogamp-all-platforms.7z
cd jogamp-all-platforms
java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:/usr/share/java/junit4.jar:jar/jogl-test.jar \
com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube \
-time 400000 -width 1980 -height 1080