Doco updates for 1.2...

web
Michael R Sweet 21 years ago
parent 17200e8cfe
commit 962de93471
  1. 10
      README
  2. 7
      index.html

@ -1,11 +1,10 @@
README - 07/25/2003
README - 09/28/2003
-------------------
INTRODUCTION
This README file describes the Mini-XML library version
1.1.2.
This README file describes the Mini-XML library version 1.2.
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
@ -49,6 +48,11 @@ BUILDING Mini-XML
./configure --prefix=/foo
Other configure options can be found using the --help
option:
./configure --help
Once you have configured the software, type "make" to do the
build and run the test program to verify that things are
working, as follows:

@ -72,6 +72,13 @@ overridden using the --prefix option:</p>
./configure --prefix=/foo
</pre>
<p>Other configure options can be found using the --help
option:</p>
<pre>
./configure --help
</pre>
<p>Once you have configured the software, type "make" to do the
build and run the test program to verify that things are
working, as follows:</p>

Loading…
Cancel
Save