
If you already have Pd (32 bit only, aka Pd-0.48-1-i386.app)
$ cd untitled
$ ./run
On Mac:
Download Pd-0.48-1-i386.app (You can also just click here)
Move Pd-0.48-1-i386.app to Applications and open it.
Go to Help > Find Externals and type “Gem”
Click to download the blue link which contains the following text:
Gem/0.93.3 (deken installable file for OSX PowerPC+i386/32bit))
Uploaded by zmoelnig @ 2016-05-20 09:24:02
The run command will first run pd from terminal.
If the pd installed on terminal is not 32 bit, then run “main-gem.pd” from a 32 bit Pd and you’ll be good to go.
Or supply an argument with the path/to/pd, as in:
$ ./run "path/to/pd/Contents/Resources/bin/pd"
If you want to avoid inputting the same path every time, simply go to line 13 and edit the PDLAUNCH variable so that the path/to/pd matches yours.
PDLAUNCH=/Applications/Pd-0.48-1-i386.app/Contents/Resources/bin/pd
You can avoid GUI on the video patch, once path is correctly set, by running:
$ ./run nogui
Email me with questions or suggestions or whatever