Skip to content

Instantly share code, notes, and snippets.

@thisconnect
Forked from eerne/build.sh
Created March 4, 2012 10:05
Show Gist options
  • Save thisconnect/1971808 to your computer and use it in GitHub Desktop.
Save thisconnect/1971808 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