JOCL FAQ

From JogampWiki
Revision as of 19:35, 18 March 2010 by Mbien (talk | contribs) (Created page with '== Get the Source Code == Create a local copy/branch of the git repository, either anonymous: * git clone git://github.com/mbien/gluegen.git gluegen * git clone git://github.co…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Get the Source Code

Create a local copy/branch of the git repository, either anonymous:

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/jogl.git jogl