Skip to content

Instantly share code, notes, and snippets.

@thisconnect
Forked from eerne/build.sh
Created January 6, 2014 09:24
Show Gist options
  • Save thisconnect/8280224 to your computer and use it in GitHub Desktop.
Save thisconnect/8280224 to your computer and use it in GitHub Desktop.
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