diff --git a/doc/build-misc.xml b/doc/build-misc.xml index 71cdf8f958dacbe1839a96f8094d3244de767d8a..3897b6c41b1df39df8a61f83617ca49f973bd63d 100644 --- a/doc/build-misc.xml +++ b/doc/build-misc.xml @@ -134,6 +134,21 @@ perl packageBinaries.pl -s $HOME/&XercesCSrcInstallDir; -o $HOME/temp/&XercesCIn </s3> </s2> + <anchor name="RPMLinux"/> + <s2 title="Building &XercesCName; using RPM on Linux"> + <p>&XercesCName; may be built from the distributed source archive directly on Linux + using RPM. For example: </p> +<source> +rpm -ta &XercesCSrcInstallDir;.tar.gz (rpm 4.0 and older) +or +rpmbuild -ta &XercesCSrcInstallDir;.tar.gz (rpm 4.1 and later; ships with RedHat 8) +</source> + <p>The &XercesCName; RPM specificattion can be found in + <br/><code>&XercesCSrcInstallDir;/xerces-c.spec</code>.</p> + <p>Please refer to the <jump href="http://www.rpm.org/RPM-HOWTO">RPM-HOWTO</jump>, + for more RPM related information.</p> + </s2> + <anchor name="WinCOM"/> <s2 title="Building &XercesCName; COM Wrapper on Windows"> <p>To build the COM module for use with XML on Windows platforms, you diff --git a/doc/build.xml b/doc/build.xml index 5ab848fe1b05b51792853a054a4ce0799bda4c87..2aa570a41946b2fc6f2395cc62f11c0551163204 100644 --- a/doc/build.xml +++ b/doc/build.xml @@ -30,6 +30,7 @@ or jump directly to:</p> <ul> <li><jump href="build-misc.html#ICUPerl">Building &XercesCName; with ICU</jump></li> + <li><jump href="build-misc.html#RPMLinux">Building &XercesCName; using RPM on Linux</jump></li> <li><jump href="build-misc.html#WinCOM">Building &XercesCName; COM Wrapper on Windows</jump></li> <li><jump href="build-misc.html#UserDoc">Building User Documentation</jump></li> <li><jump href="build-misc.html#PortInfo">I wish to port &XercesCProjectName; to my favourite platform. Do you have any suggestions?</jump></li>