forked from umlaeute/Gem
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Sources
IOhannes m zmölnig edited this page Sep 10, 2014
·
1 revision
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.
“Download a zip” here: https://github.com/umlaeute/Gem
or
“Download snapshot” here: http://sourceforge.net/p/pd-gem/gem/ci/master/tree/
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.gitEvery now and then (and esp. before starting to hack on something), you should refresh your local copy:
$ cd Gem
$ git pull