I want to use JOGL (for Clojure, not Java). There seems to be quite a combination of alternatives for JDKs and OpenGL bindings, and I don't want to use a scatter gun approach and clog up my machine installing too much cruft. Please help me get started!
- What Ubuntu/Debian packages do I need to install? (starting with
sun-java6-jdk
, for example) - There don't seem to be JOGL packages, so what's the best way to install it? Should I build from CVS HEAD, or use pre-built jar files?
I'll be using Emacs as my IDE so I don't need to install Eclipse or anything, I just need to be able to build with ant or whatever.
Please feel free to revise your answer (building on others' answers) to provide a comprehensive how-to.