Skip to content
vrai edited this page Sep 13, 2010 · 2 revisions

More information about Fudge-C can be found in the README file.

Fudge-C uses a standard automake/autoconf build system. The INSTALL file contains instructions on how to use this. In short, the library can be built and tested with:

./reconf
./configure
make
make check

The only requirements to build the library are a C compiler and the automake/autoconf/libtool suite.

Clone this wiki locally