The compilation and installation follow the standard scheme:
./configure configuration-args
make
make install # do this as root
The only thing you should pay attention to is using the right
configure flags.
You might want to use '--enable-static' if you need a static library
and '--enable-debug' for debugging symbols. See './configure --help'
for more options.
Here is an example:
tar -xzf libsigcx-0.6.4.tar.gz
cd libsigcx-0.6.4
./configure --enable-debug
make
make install # do this as root
If you encounter any problems during install or have other questions,
please feel free to send me a
mail, or rather
use the mailing list.
|