We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: sudo apt install libopencv-dev
sudo apt install libopencv-dev
Then xmipp config script does not detect it. Probably because the source codes are nested in /usr/include/opencv4.
/usr/include/opencv4
Once fixed, the installation guide for Ubuntu 20.04 should be also updated
The text was updated successfully, but these errors were encountered:
To understand what maybe is happenning: It's not possible to use OpenCV headers unless they are installed into a system include path
Sorry, something went wrong.
albertmena
Successfully merging a pull request may close this issue.
Steps to reproduce:
sudo apt install libopencv-dev
Then xmipp config script does not detect it.
Probably because the source codes are nested in
/usr/include/opencv4
.Once fixed, the installation guide for Ubuntu 20.04 should be also updated
The text was updated successfully, but these errors were encountered: