jayrambhia / Install-OpenCV

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

First pass at RedHat installation scripts #19

Closed dwalkes closed 10 years ago

dwalkes commented 10 years ago

I've also split up the install scripts to easily allow specifying different OpenCV versions and moved out the logic related to finding the latest OpenCV version into another script get_latest_version_download_file.sh. Other Linux distribution installers could use this same script if desired.

jayrambhia commented 10 years ago

Thanks for the pull request! :D