Created
September 16, 2014 19:07
-
-
Save DavidToca/f22dede6369b4de91aa6 to your computer and use it in GitHub Desktop.
install opencv on linux 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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