How to Contribute: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''Easiest way to contribute:'''
'''Easiest way to contribute:'''
* fork a repository on github (e.g. from http://github.com/sgothel or http://github.com/mbien)
* fork a [[Jogamp SCM Repositories|SCM repository]]
* do what ever you want with it (really)
* do what ever you want with it, obeying its license.
* tell us about the earth shaking improvements you made via the [http://jogamp.org/forum.html mailinglists/forum]
* tell us about the earth shaking improvements you made via the [http://jogamp.org/forum.html mailinglists/forum]
* if everything works fine we will probably integrate it very soon
* if everything works fine we will probably integrate it very soon

Revision as of 19:33, 23 November 2010

Easiest way to contribute:

  • fork a SCM repository
  • do what ever you want with it, obeying its license.
  • tell us about the earth shaking improvements you made via the mailinglists/forum
  • if everything works fine we will probably integrate it very soon

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
  • foo-demos depends on foo

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: