- local boost C++ libraries (preferable version 1.57.0) `./install_boost.sh` Override default boost version 1.57.0 and/or installation directory as follows: `BOOST_VERSION=1.65.1 BOOST_INSTALL_PREFIX=$HOME/boost/boost-1.65.1 ./install_boost.sh` - Build configure script `autoreconf --install` - Run configure (with boost installed in `$(pwd)/boost-VERSION` by `install_boost.sh`) `./configure --with-boost=$(pwd)/boost-1.57.0 [--without-cuda|--with-cuda=/usr/local/cuda-X.X]` - Build programs `make [-j 4]`