Skip to content

Conda build scripts for OpenCV 2.x with FFMPEG (on OSX)

License

Notifications You must be signed in to change notification settings

postpop/conda-opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda-opencv

see original README.MD

ONLY TESTED ON OSX!!

For this to work, you first need to install FFMPEG (<v.3.0) via homebrew on OSX:

brew install https://raw.githubusercontent.com/Homebrew/homebrew/b42854ae8085fb60ff72a47021a683373ed97e7b/Library/Formula/ffmpeg.rb

To prevent brew from upgrading FFMPEG to the newest version: brew pin ffmpeg.

Then build opencv:

conda install conda-build
git clone https://github.com/postpop/conda-opencv
cd conda-opencv 
conda build conda/
conda install /PATH/TO/OPENCV/PACKAGE.tar.gz

About

Conda build scripts for OpenCV 2.x with FFMPEG (on OSX)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.5%
  • Shell 29.5%
  • Batchfile 16.0%