From 7e7874fdc13902071814897d9a3b2857101db78e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 10 Aug 2010 11:49:01 -0400 Subject: Remove toplevel Makefile All libraries should be built individually now. --- README | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README') 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). -- cgit