From a1a3912d7642337702e60f416a8792428fecf1d3 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 13 Sep 2016 23:24:01 -0400
Subject: [PATCH] update README with rough sketch of OSX build instructions

---
 README.md | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ba3b8d1f6..d21e237ca 100644
--- a/README.md
+++ b/README.md
@@ -95,12 +95,33 @@ Time to build: *1 day*
 5. Install the dependencies *6 minutes*:<code>
    sudo port install wget
    sudo port install autoconf
-   sudo port install automake</code>
+   sudo port install automake
+   sudo port install libtool
+   sudo port install fftw-3
+   sudo port install fftw-3-single
+   sudo port install python27
+   sudo port install fluidsynth
+   sudo port install lame
+   sudo port install speex
+   sudo port install gsl
+
+</code>
 6. Download the source code *(3-6 minutes)*
    Issue the following command to create a new directory "purr-data" and clone
    the repository to it:<code>
 git clone https://git.purrdata.net/jwilkes/purr-data.git</code>
-7. To be continued...
+7. ...
+8. Set the environment variables on the command line:<code>
+   export CPATH=/opt/local/include
+   export LIBRARY_PATH=/opt/local/lib</code>
+9. In externals/Makefile, remove the following libraries from from LIB_TARGETS:
+   * plugin
+   * hid
+   * pdp
+   * gem2pdp
+10. In packages/darwin_app/Makefile, remove rez_install from build instructions
+11. In packages/darwin_app/Makefile, comment out installation of libquicktime
+9. To be continued...
 
 #### Windows 32-bit Using msys2
 Time to build: *roughly 1.5 hours-- 30 minutes of this is for Gem alone*
-- 
GitLab