Updated installation docs for OS X 10.9 brew install protobuf as well
authorJason Yosinski <jason@yosinski.com>
Sun, 17 Aug 2014 06:41:52 +0000 (23:41 -0700)
committerJason Yosinski <jason@yosinski.com>
Sun, 17 Aug 2014 06:41:52 +0000 (23:41 -0700)
docs/installation.md

index bc36f7e..e13f02a 100644 (file)
@@ -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.