Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created July 18, 2012 18:09
Show Gist options
  • Save josephmisiti/3137813 to your computer and use it in GitHub Desktop.
Save josephmisiti/3137813 to your computer and use it in GitHub Desktop.
OpenCV 2.4 Install on osx 10.6
$ tar xvf OpenCV-2.4.0.tar
$ cd OpenCV-2.4.0
$ cmake -G "Unix Makefiles"
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment