Compiling from source ===================== You need the following to build the binary... libconfuse http://www.nongnu.org/confuse/ cmake http://cmake.org make http://www.gnu.org/software/make gcc http://gcc.gnu.org Configure, compile, install... $ cmake -D CMAKE_INSTALL_PREFIX=/usr . $ make # make install Setup the connection settings... $ nano /etc/bagelbot.conf Note: command line options for all configurable values is coming soon.