tng 2003/01/10 08:30:39 Modified: c/doc build-misc.xml build.xml Log: [Bug 5854] Patches and .spec file for rpm creation of 2.2.0. Patch from Albert Strasheim. Revision Changes Path 1.16 +15 -0 xml-xerces/c/doc/build-misc.xml Index: build-misc.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/build-misc.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- build-misc.xml 31 Dec 2002 17:09:47 -0000 1.15 +++ build-misc.xml 10 Jan 2003 16:30:37 -0000 1.16 @@ -134,6 +134,21 @@ </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 1.26 +1 -0 xml-xerces/c/doc/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- build.xml 2 Dec 2002 18:47:11 -0000 1.25 +++ build.xml 10 Jan 2003 16:30:38 -0000 1.26 @@ -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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]