From ef27496b2abbd7adf8369eeb0a85b57f99955c1a Mon Sep 17 00:00:00 2001 From: Akiomi KAMAKURA Date: Fri, 10 Apr 2015 15:48:41 +0900 Subject: [PATCH] improved installation for osx --- docs/install_osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_osx.md b/docs/install_osx.md index c4ebd45f553..39cb02fe232 100644 --- a/docs/install_osx.md +++ b/docs/install_osx.md @@ -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.