-
Notifications
You must be signed in to change notification settings - Fork 30
Getting Sources
umläute edited this page Nov 27, 2018
·
2 revisions
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/
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