From 5e8e19b1387de73c1de01b80a052c71c4195b317 Mon Sep 17 00:00:00 2001 From: Jason Yosinski Date: Sat, 16 Aug 2014 23:41:52 -0700 Subject: [PATCH] Updated installation docs for OS X 10.9 brew install protobuf as well --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.7.4