Skip to content
umläute edited this page Nov 27, 2018 · 2 revisions

Getting Sources

Getting a ZIP-file

If you just want to build the last version of Gem but you do not planned to make modifications in the code, let's get a tarball from sourceforge or github of a fresh snapshot.

Click the download icon 🌩️ here: https://git.iem.at/pd/Gem/

or

Download a zip here: https://github.com/umlaeute/Gem

or maybe (but rather not)

Download snapshot here: http://sourceforge.net/p/pd-gem/gem/ci/master/tree/

Staying up to date

If you want to work on the code, you should make sure you have the newest version of it available. We are using git to keep track of all the changes:

$ git clone https://github.com/umlaeute/Gem.git

Every now and then (and esp. before starting to hack on something), you should refresh your local copy:

$ cd Gem
$ git pull
Clone this wiki locally