mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-19 03:33:39 +00:00
Document the special build considerations for building from a CVS
checkout instead of a packaged source distribution.
This commit is contained in:
parent
ee96d299e7
commit
fc50f773e9
1 changed files with 13 additions and 2 deletions
15
expat/README
15
expat/README
|
@ -22,8 +22,19 @@ the release above), are development releases and should be considered
|
|||
as beta software. Releases with even minor version numbers are
|
||||
intended to be production grade software.
|
||||
|
||||
To build Expat, you first run the configuration shell script in the
|
||||
top level distribution directory:
|
||||
If you are building Expat from a check-out from the CVS repository,
|
||||
you need to run a script that generates the configure script using the
|
||||
GNU autoconf and libtool tools. To do this, you need to have
|
||||
autoconf 2.52 or newer and libtool 1.4 or newer. Run the script like
|
||||
this:
|
||||
|
||||
./buildconf.sh
|
||||
|
||||
Once this has been done, follow the same instructions as for building
|
||||
from a source distribution.
|
||||
|
||||
To build Expat from a source distribution, you first run the
|
||||
configuration shell script in the top level distribution directory:
|
||||
|
||||
./configure
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue