Compile and Install

Butter uses autoconf/automake for unix compilation. For compiling and installing Butter change into the application's main directory and issue the following commands:
./configure --prefix=/usr/local
make
make install
Note that you can also omit the above --prefix parameter since /usr/local is the default setting. Anyhow you can use that parameter of configure in order to change the place where the application's binary files are installed. By invoking
./configure --help
you will get a detailed listing of all available options for the configure-script.