Hi, I've been trying to install this forever, with no success. There seem to be a few packages: https://packages.ubuntu.com/search?keywords=opencfu
But (as far as I understand) there is none for Ubuntu 20.04.
Trying to install from source, I first got into errors while running ./configure, as it said that opencv was not found. Eventually I figured that I could make this script work by replacing all instances of "opencv" in the script with "opencv2". Then, ./configure can run.
But then, when running make, I again run into an error:
g++: error: 1: No such file or directory
I have no idea what to do with that. Is there any way to install this package on 20.04?
Hi, I've been trying to install this forever, with no success. There seem to be a few packages: https://packages.ubuntu.com/search?keywords=opencfu
But (as far as I understand) there is none for Ubuntu 20.04.
Trying to install from source, I first got into errors while running ./configure, as it said that opencv was not found. Eventually I figured that I could make this script work by replacing all instances of "opencv" in the script with "opencv2". Then, ./configure can run.
But then, when running make, I again run into an error:
g++: error: 1: No such file or directoryI have no idea what to do with that. Is there any way to install this package on 20.04?