diff options
Diffstat (limited to 'common/README')
-rw-r--r-- | common/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/README b/common/README index a7db004a..1b035734 100644 --- a/common/README +++ b/common/README @@ -1,6 +1,12 @@ TO BUILD EXECUTE: -autoreconf +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). |