mkdir build &&
cd build &&

cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr .. &&
make
