Skip to content

Instantly share code, notes, and snippets.

@zealinux
Forked from tstellanova/homebrew_opencv_245.sh
Created May 29, 2018 04:25
Show Gist options
  • Save zealinux/5614654ece5ff83be995061e709d5910 to your computer and use it in GitHub Desktop.
Save zealinux/5614654ece5ff83be995061e709d5910 to your computer and use it in GitHub Desktop.
Install a specific version of OpenCV on OSX with homebrew
# 20131214
# switch to the relevant keg directory
cd /usr/local/Library/Taps/homebrew-science
brew versions opencv
# look for the version you want, eg:
# 2.4.5 git checkout ae74fe9 opencv.rb
# checkout the version you want
git checkout ae74fe9 opencv.rb
# install the formula
brew install opencv --env=std
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment