Codebase list mg / upstream/20060818 INSTALL
upstream/20060818

Tree @upstream/20060818 (Download .tar.gz)

INSTALL @upstream/20060818raw · history · blame

Just run the usual:

    ./configure
    make
    sudo make install


If you want to add compilerflags do it like this:

    make CFLAGS="-O2 -fstack-protector"


If you don't like the installation pathes you can change them like this:

    make install prefix=/usr mandir=/usr/share/man


Take a closer look at the Makefile.in to see what's possible.