Skip to content

Commit

Permalink
Merge pull request BVLC#2295 from akiomik/patch-1
Browse files Browse the repository at this point in the history
[docs] fix brew command for OS X install
  • Loading branch information
shelhamer committed Apr 10, 2015
2 parents 3f8cf4c + ef27496 commit f8dc62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In other `ENV` settings, things may not work as expected.
brew install --fresh -vd snappy leveldb gflags glog szip lmdb
# need the homebrew science source for OpenCV and hdf5
brew tap homebrew/science
hdf5 opencv
brew install hdf5 opencv

If using Anaconda Python, a modification to the OpenCV formula might be needed
Do `brew edit opencv` and change the lines that look like the two lines below to exactly the two lines below.
Expand Down

0 comments on commit f8dc62c

Please sign in to comment.