From 43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 21 Sep 2010 14:33:25 -0400 Subject: 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 --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README') 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. -- cgit