jayrambhia / Install-OpenCV

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

Unable to locate package libqt5-dev #70

Closed robert604 closed 7 years ago

robert604 commented 7 years ago

I'm trying to install opencv on ubuntu 16.04. When I run the script it stops with the message: "E: Unable to locate package libqt5-dev"

Any help fixing this would be appreciated.

shinriyo commented 7 years ago

Hi @robert604

I think libqt5-dev repository is not available. I also met the trouble. 😭

I fix Ubuntu/dependencies.sh file. It seems good 😎

# install_dependency libqt5-dev
install_dependency libqt5x11extras5

I am pull-requesting now 👍

https://github.com/jayrambhia/Install-OpenCV/pull/71/files

mrinalsenapati04 commented 4 years ago

Hi @shinriyo I am facing the same issue. Can u tell me how to find the Ubuntu/dependencies.sh file in ubuntu 16.04?