Skip to content

Instantly share code, notes, and snippets.

@DavidToca
Created September 16, 2014 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidToca/f22dede6369b4de91aa6 to your computer and use it in GitHub Desktop.
Save DavidToca/f22dede6369b4de91aa6 to your computer and use it in GitHub Desktop.
install opencv on linux 12
git clone https://github.com/Itseez/opencv.git
mv -r ~/Downloads/opencv-2.4.9 opencv
mv ~/Downloads/opencv-2.4.9 opencv
cd opencv
mkdir release
cd release
cmake ../
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment