How to Contribute: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
mNo edit summary
(build quick how to)
Line 7: Line 7:
'''important:'''
'''important:'''
''please make sure you commit with your '''full name''' and a '''valid email address'''. Once your changes are integrated, it is very difficult to fix those things afterwards. (see [http://help.github.com/git-email-settings/ howto])''
''please make sure you commit with your '''full name''' and a '''valid email address'''. Once your changes are integrated, it is very difficult to fix those things afterwards. (see [http://help.github.com/git-email-settings/ howto])''
----
'''building the projects'''
* put all projects you are interested in into one folder (otherwise the dependencies won't be resolved automatically)
* jogl, jocl, joal depends on gluegen
* jocl depends on jogl
'''build HowTo links'''
* http://jogamp.org/jogl/doc/HowToBuild.html
* http://jogamp.org/jocl/doc/HowToBuild.html


----
----

Revision as of 19:28, 27 June 2010

Easiest way to contribute:

important: please make sure you commit with your full name and a valid email address. Once your changes are integrated, it is very difficult to fix those things afterwards. (see howto)


building the projects

  • put all projects you are interested in into one folder (otherwise the dependencies won't be resolved automatically)
  • jogl, jocl, joal depends on gluegen
  • jocl depends on jogl

build HowTo links


if you are new to GIT take a look at those pages:

or general git help index:

for SVN experts which want to learn git: