blob: 1b0357349d920ea719eb00983891a155c417a0b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TO BUILD EXECUTE:
autoreconf -i
./configure
make
If you build first time after getting source use:
autoreconf -i -f
Most information about how to use the interfaces can be found in header files
and in the unit tests (*_ut.c).
|