jayrambhia / Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux
1.04k stars 944 forks source link

Install 2.4.9 #32

Open smithjessk opened 10 years ago

smithjessk commented 10 years ago

I wrote a script to install 2.4.9, the latest stable version of OpenCV. Note that the only things to be changed were some names, print statements, and the URL for OpenCV. Tested on my machine with Linux Mint 17, and everything checks out.

Hope this helps!

https://gist.github.com/smithjessk/bde98ec9297b38bad40c

smithjessk commented 10 years ago

Sorry- I'm realizing now that the best place for this would probably be a pull request. However, I'm going to leave this here in case someone needs it.