./buildt
rm CMakeCache.txt
cmake . \
 -DCMAKE_BUILD_TYPE='Debug' \
 -DDEBUG=YES \
 -DCMAKE_INSTALL_PREFIX=/usr \
 && make
