From b953c4c67cfc6f0de38526e97eb5fc6031d61c81 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Feb 2010 22:48:16 +0300 Subject: s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4 Signed-off-by: Stefan Metzmacher --- lib/iniparser/INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/iniparser/INSTALL (limited to 'lib/iniparser/INSTALL') diff --git a/lib/iniparser/INSTALL b/lib/iniparser/INSTALL new file mode 100644 index 0000000000..0d319b2670 --- /dev/null +++ b/lib/iniparser/INSTALL @@ -0,0 +1,12 @@ + +iniParser installation instructions +----------------------------------- + +1. Modify the Makefile to suit your environment. +2. Type 'make' to make the library. +3. Type 'make check' to make the test program. +4. Type 'test/iniexample' to launch the test program. + +Enjoy! +N. Devillard +Tue Jan 14 11:52:03 CET 2003 -- cgit