jayrambhia / Install-OpenCV

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

Rework Ubuntu scripts to use get_latest_version_download script #20

Closed dwalkes closed 10 years ago

dwalkes commented 10 years ago

Scripts now match implementation in RedHat script directory by allowing specification of version and download file outside the install script. Allows common download routines to be shared between distribution scripts.

jayrambhia commented 10 years ago

Awesome!