Skip to content

Commit

Permalink
Updated installation docs for OS X 10.9 brew install protobuf as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yosinski authored and shelhamer committed Aug 21, 2014
1 parent b497475 commit b84f2d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b84f2d2

Please sign in to comment.