summaryrefslogtreecommitdiff
path: root/lib/iniparser/INSTALL
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-02-28 22:48:16 +0300
committerStefan Metzmacher <metze@samba.org>2010-03-03 09:22:39 +0100
commitb953c4c67cfc6f0de38526e97eb5fc6031d61c81 (patch)
treec7c51ff1673da8f87e65cfe11e0091bd7ed4638e /lib/iniparser/INSTALL
parent1af5a6d35966ddb5435214a6d1f8ba34be697001 (diff)
downloadsamba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.gz
samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.bz2
samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.zip
s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/iniparser/INSTALL')
-rw-r--r--lib/iniparser/INSTALL12
1 files changed, 12 insertions, 0 deletions
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