First, you have to decompress the sources:
tar zxvf libnadfa.tar.gz
Compile
To compile the library sources the following packages must be installed:
Then, from the root directory of uncompressed package we do:
./configure [--prefix =<installation_path>]
make
Install
make install
In our case we confirm the operation of the library in Debian 5.0 (Lenny), which is our development environment, but it should behave properly in other GNU/Linux distributions. If you have any problem with its compilation and/or installation you can contact with us.