Codebase list mg / debian/20060707-1 INSTALL
debian/20060707-1

Tree @debian/20060707-1 (Download .tar.gz)

INSTALL @debian/20060707-1raw · 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 paths 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.