summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:29:07 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:59:21 -0400
commite54786d970c3a4643644b99f7b5f0d4332d7db5d (patch)
tree7bc60b611a3036eb822b63562c9ac2ccff60116a /README
parentbf2e070c3cd0fa434fe2969844a55f292b26a8ff (diff)
downloadding-libs-e54786d970c3a4643644b99f7b5f0d4332d7db5d.tar.gz
ding-libs-e54786d970c3a4643644b99f7b5f0d4332d7db5d.tar.xz
ding-libs-e54786d970c3a4643644b99f7b5f0d4332d7db5d.zip
Fix build system for Collection and INI parser.
Adds ini subdirectory so it will be built, adds some clarification to the README, makes the configure --help more clear about the trace level and enables -Wall reporting.
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).