3.4. NuFW compilation

Extract the source to the directory of your choice and go to the created directory.

NuFW uses autoconf and automake for compilation and a standard configure script is provided. Above standard options, the following flags (among other) are provided:

A detailed list of the options is available via
$./configure --help
Thus you can run ./configure with the options you want and launch compilation and installation:
    $ ./configure --with-ldap --with-system-auth --with-mysql-log \\
    		--sysconfdir=/etc/nufw/
    $ make
    $ sudo make install