compile pd external from git src

example: i want shell from ggee – it is using pd-lib-builder

see here how to install pd: https://ton.zimt.at/2018/01/22/udoo-quad-successfully-compile-and-run-pd-puredata-and-gem/

maybe you want to sudo some of the commands
let’s say we have everything in the Downloads folder (also the pd source)

cd ~/Downloads
git clone –recursive https://github.com/reduzent/pd-ggee.git
cd pd-ggee
here you should find pd-lib-builder in a subdirectory… (otherwise get it from git)
make pdincludepath=../pd-0.49-0/src (pd source folder is a must!)
make install (if permission problems use sudo…)

now start pd and check if it works.