- any deb based Linux
- any rpm based Linux
- macos 10.11 and newer with clang installed
- --clean : clean build directories
- --opencv : build opencv
- --tesseract : build tesseract
- --install : install builded library (for developer only!)
- --pack : create deploy packet for installing on target platform
git clone --recursive [this repo]
cd opencv-dist
./prereq.sh
./build.sh --clean --opencv --tesseract --install
git clone --recursive [this repo]
cd opencv-dist
./prereq.sh
./build.sh --clean --opencv --pack
...WiP