GK-code
We describe under this wording all the code that Gangplankers wrote during the previous sessions. It is stored on a public repository named Gitorious under this URL: https://gitorious.org/gk-code. Hereafter we describe two ways to use this code, an easy one and a more complex, though more interactive, one.
the easy way
download the archive from the Gk-code repository
- uncompress it in your home folder
Install Puredata
- If you're on a Mac, use Mac-launcher.sh script , and obviously Linux-launcher.sh script for Linux-users.
=> You might have to make the file executable by right-clicking on it (Ctrl+click on Mac) setting its properties to executable. The reason is: it's a text file, that's why you have to explicitly run it as a script, otherwise it will just be opened by the default text editor of your platform of choice.
Une fois que vous avez fait Ctrk+click (sur Mac), aller dans "Ouvrir avec", choisir "autre" et affecter "terminal" (Applications->Utilitaires->Terminal), cocher "Toujours ouvrir avec", puis reclicker sur Lancher.sh
Si tout se passe bien deux fenêres Pd s'ouvrent.
the hard way
- register to Gitorious, install SSH keys, clone the repository, hack it and submit your merge requests
