-
Notifications
You must be signed in to change notification settings - Fork 12
Fedora Installation
Max Gaukler edited this page Dec 27, 2016
·
1 revision
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