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/ libtinypoker http://tinypoker.org/ libpam http://www.kernel.org/pub/linux/libs/pam/ Configure, compile, test, install... $ cmake -D CMAKE_INSTALL_PREFIX=/usr . $ make # make install Additional Installation Instructions # cp tinypokerd.conf /etc/tinypoker/tinypokerd.conf # vi /etc/tinypoker/tinypokerd.conf # cp contrib/ubuntu-gutsy/tinypokerd /etc/init.d/tinypokerd # chmod +x /etc/init.d/tinypokerd