summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-09-21 14:33:25 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 14:48:28 -0400
commit43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3 (patch)
tree6b5f236c9960863645603ae1321e8c2da2248d27 /README
parent67c9f9b4a1db45159e710c152deb3d12319bea35 (diff)
downloadding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.gz
ding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.tar.xz
ding-libs-43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3.zip
Build all of the ding-libs from the root
This changes our approach from having independent tarballs to having a single, monolithic tarball for all of the libraries
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index 14f2917..460f512 100644
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
-Each of the subdirectories builds a separate shared library.
+To build the ding-libs from the tarball:
+ ./configure
+ make
+ make docs (optional)
+ make check (optional)
+ make install
-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).
+To build the ding-libs from a source checkout:
+ autoreconf -if
+then follow the tarball instructions above.