Skip to content
Snippets Groups Projects
Commit 89d82d5d authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add draft of homebrew build instructions

parent 4113dcc2
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,26 @@ git clone https://git.purrdata.net/jwilkes/purr-data.git</code>
and change the CFBundleDisplayName and CFBundleName to "purr-data"
13. To be continued...
Homebrew build
1. Install [Homebrew](http://brew.sh) *(15 minutes)*
(asks for password twice-- once for command line tools, once for homebrew)
2. Install the dependencies *10 minutes*:<code>
brew install wget
brew install autoconf
brew install automake
brew install libtool
brew install fftw
brew install python
brew install fluidsynth
brew install lame
brew install libvorbis
brew install speex
brew install gsl
brew install libquicktime
</code>
3. git clone https://git.purrdata.net/jwilkes/purr-data.git
4. remove plugin from LIB_TARGETS in externals/Makefile
#### Windows 32-bit Using msys2
Time to build: *roughly 1.5 hours-- 30 minutes of this is for Gem alone*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment