Installation
Unix / MacOs
- Cloner le projet
git clone --recursive https://github.com/EtiennePasteur/Lettrine - Installer les dépendances
Ubuntu / Debian sudo apt-get install libboost-all-dev sudo apt-get install libopencv-dev libcv-dev sudo apt-get install cmakeArchLinux yaourt -Sy boost opencv cmakeMacOs brew tap homebrew/science brew install opencv brew install cmake brew install boost - Compilation
mkdir build cd build cmake .. && make - Executer le programme
./Lettrine -d ../ImagesTests/1072056536/img/ - Lancer la demo
cd ../demo/ ./demo.py ../ImagesTests/1072056536Dans votre navigateur naviguer vers http://localhost:8080
Windows
(À venir.)