mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 05:29:58 +00:00
Doco updates for 1.2...
This commit is contained in:
parent
17200e8cfe
commit
962de93471
10
README
10
README
@ -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…
Reference in New Issue
Block a user