Skip to content

Instantly share code, notes, and snippets.

@eerne
Created December 13, 2011 21:14
Show Gist options
  • Save eerne/1473913 to your computer and use it in GitHub Desktop.
Save eerne/1473913 to your computer and use it in GitHub Desktop.
build pd
git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
cd pure-data
./autogen.sh
CFLAGS="-mmacosx-version-min=10.5" ./configure --enable-universal=i386
make -j3
cd src
./pd -nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment