Compiling from source ===================== You need the following to build this library... cmake http://cmake.org/ make http://www.gnu.org/software/make/ gcc http://gcc.gnu.org/ gnutls http://www.gnu.org/software/gnutls/ gsl http://www.gnu.org/software/gsl/ Configure, compile, test, install... $ cmake -D CMAKE_INSTALL_PREFIX=/usr . $ make $ make test # make install