From: Jason Yosinski Date: Sun, 17 Aug 2014 06:41:52 +0000 (-0700) Subject: Updated installation docs for OS X 10.9 brew install protobuf as well X-Git-Tag: submit/tizen/20180823.020014~620^2~100^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e8e19b1387de73c1de01b80a052c71c4195b317;p=platform%2Fupstream%2Fcaffeonacl.git Updated installation docs for OS X 10.9 brew install protobuf as well --- diff --git a/docs/installation.md b/docs/installation.md index bc36f7e..e13f02a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -173,7 +173,8 @@ To edit the formulae in turn, run After this, run - for x in snappy leveldb protobuf gflags glog szip lmdb homebrew/science/opencv; do brew uninstall $x; brew install --build-from-source --fresh -vd $x; done + for x in snappy leveldb gflags glog szip lmdb homebrew/science/opencv; do brew uninstall $x; brew install --build-from-source --fresh -vd $x; done + brew uninstall protobuf; brew install --build-from-source --with-python --fresh -vd protobuf brew install --build-from-source --with-python --fresh -vd boost **Note** that `brew install --build-from-source --fresh -vd boost` is fine if you do not need the Caffe Python wrapper.