JOCL FAQ: Difference between revisions
Jump to navigation
Jump to search
m (added toc) |
|||
Line 1: | Line 1: | ||
__TOC__ | |||
== Get the Source Code == | == Get the Source Code == | ||
The project repository is located on [http://github.com/mbien/jocl github]. | The project repository is located on [http://github.com/mbien/jocl github]. |
Revision as of 15:43, 25 April 2010
Get the Source Code
The project repository is located on github.
You can create a local copy/branch of the git repository, either anonymous:
- git clone git://github.com/mbien/gluegen.git gluegen
- git clone git://github.com/mbien/jocl.git jocl
- git clone git://github.com/mbien/jocl-demos.git jocl-demos
- git clone git://github.com/mbien/jogl.git jogl
or via SSH and your user credential, so you can easily push back your changes to the github server:
- git clone git@github.com:username/gluegen.git gluegen
- git clone git@github.com:username/jocl.git jocl
- git clone git@github.com:username/jocl-demos.git jocl-demos
- git clone git@github.com:username/jogl.git jogl
Build Dependencies
JDK6, ANT 1.8