summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-10 11:49:01 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-10 12:24:12 -0400
commit7e7874fdc13902071814897d9a3b2857101db78e (patch)
tree4be08d7136ffe03302ff5233d02439b5c74fa2be /README
parentdb4132d61c290116cd74fcc4d32b5a7f25676be5 (diff)
downloadding-libs-7e7874fdc13902071814897d9a3b2857101db78e.tar.gz
ding-libs-7e7874fdc13902071814897d9a3b2857101db78e.tar.xz
ding-libs-7e7874fdc13902071814897d9a3b2857101db78e.zip
Remove toplevel Makefile
All libraries should be built individually now.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 1b03573..14f2917 100644
--- a/README
+++ b/README
@@ -1,12 +1,6 @@
-TO BUILD EXECUTE:
+Each of the subdirectories builds a separate shared library.
-autoreconf -i
-./configure
-make
-
-If you build first time after getting source use:
-
-autoreconf -i -f
+To build them, cd into the appropriate directory and follow the included instructions.
Most information about how to use the interfaces can be found in header files
and in the unit tests (*_ut.c).