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
Max Gaukler edited this page Dec 27, 2016
·
1 revision
Fedora Setup
Installing under Fedora is quite horrible because they don't have a libopencv-...-java package, so you need to compile javacv yourself.
TODO: unfinished
sudo dnf install ant maven java-1.8.0-openjdk opencv\* gcc-c++ make automake gcc cmake ...
git clone .../javacv
git clone .../javacpp
git clone .../javacpp-presets
cd javacpp
git checkout ...
mvn install
cd ../javacpp-presets
git checkout ... # partly fails, but it should show "OPENCV" "SUCCESS"
mvn install
cd ../javacpp
mvn install
git clone ..../VisiCam
cd VisiCam
ant run