jayrambhia / Install-OpenCV

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

Unzip for Install-OpenCV / Ubuntu / 2.4 / opencv2_4_8.sh #27

Closed garystafford closed 10 years ago

garystafford commented 10 years ago

Thanks so much for providing the OpenCV install scripts, saves a ton of time. I ran into one small issue running the Install-OpenCV / Ubuntu / 2.4 / opencv2_4_8.sh' script on a fresh headless Ubuntu VM. SInce unzip wasn't installed by default, the unzip step failed. I added the following line to script in the 'sudo apt-get -y install...' section.

sudo apt-get -y install unzip