|
|
|
|
|
by vedantk
5499 days ago
|
|
The install.sh and install_script.sh scripts are Mac-dependent. How would you compile this on Linux? Qmake? edit: Yep. Clone the git repo, then run qmake, followed by make. edit #2: Here is a patch I wrote to make the project compile under OpenCV 2.2, and Linux: https://gist.github.com/999061 |
|
Changed the LIBS line (in MLDemos/Makefile, _AlgorithmPlugins/<n>/Makefile.<n>, _IOPlugins/<n>/Makefile.<n>) to:
LIBS = $(SUBLIBS) -L/usr/lib64 -L/usr/local/lib -lhighgui -lcv -lcxcore -lQtGui -lQtCore -lpthread
I suspect there's an easier way, but this at least allowed me to build and everything seems to work properly.