
## To build from scratch :
rm -rf build
mkdir build
cd build
cmake .. -DWITH_CONTRIB=ON -DCMAKE_INSTALL_PREFIX=${CENV}
