summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index a7db004..1b03573 100644
--- a/README
+++ b/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).