From 16fb55edc27ddbc800b6d0278b95ca8ff0b2d913 Mon Sep 17 00:00:00 2001 From: Rob Currie Date: Thu, 29 May 2014 14:46:29 -0700 Subject: [PATCH] Update docs on building boost on OSX for the python wrappers --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index a6f9f13..b84ae3b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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). -- 2.7.4