Update docs on building boost on OSX for the python wrappers
authorRob Currie <rcurrie@uaudio.com>
Thu, 29 May 2014 21:46:29 +0000 (14:46 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 3 Jun 2014 13:22:09 +0000 (09:22 -0400)
docs/installation.md

index a6f9f13..b84ae3b 100644 (file)
@@ -144,6 +144,10 @@ After this, run
 **Note** that the HDF5 dependency is provided by Anaconda Python in this case.
 If you're not using Anaconda, include `hdf5` in the list above.
 
+**Note** that in order to build the caffe python wrappers you must install boost using the --with-python option:
+
+    brew install --build-from-source --with-python --fresh -vd boost
+
 #### Windows
 
 There is an unofficial Windows port of Caffe at [niuzhiheng/caffe:windows](https://github.com/niuzhiheng/caffe). Thanks [@niuzhiheng](https://github.com/niuzhiheng).