You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
George Profenza edited this page May 24, 2013
·
1 revision
In case you've been already tinkering with OpenCV and Qt but discovered OpenBR later you can skip a few steps using CCMake:
Go to the openBR source directory
Make a build folder and access it
Run ccmake and configure it
Make and install openBR
So in Terminal commands do this:
cd ~/Downloads/openbr-0.3
mkdir build && cd build
ccmake ..
In ccmake press c to configure. You might get an error regarding Qt.
Configuring again, will bring you to a screen where you can input the path to the Qt5 libraries.
Here's an example:
Once the paths are setup press c again to reconfigure and then g to generate and exit.
This should generate the makefiles, so all that's left to do is: