dbertoni 2003/04/21 21:45:06
Modified: c/xdocs/sources/xalan readme.xml
Log:
More doc updates.
Revision Changes Path
1.45 +3 -2 xml-xalan/c/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- readme.xml 21 Apr 2003 23:08:31 -0000 1.44
+++ readme.xml 22 Apr 2003 04:45:05 -0000 1.45
@@ -153,7 +153,8 @@
<li>(Optional) If you are including the ICUBridge, install the ICU,
use the shell to define XALAN_USE_ICU and to set the ICUROOT environment
variable to the path to the ICU root. For more information, see (see <link
idref="usagepatterns" anchor="icu">Using the ICU</link>)<br/><br/></li>
<li>Change directory to xml-xalan/c/src in the &xslt4c; distribution.
You can also build Xalan-C outside of the source tree, but you will need to
adjust the path to the runConfigure script in the next step.<br/><br/></li>
<li>Run the runConfigure utility with the platform, C compilier, and
C++ compiler flags as indicated below.<br/><br/>
- <ref>Linux:</ref> <code>./runConfigure -p linux</code><br/>
+ <ref>Linux using GCC:</ref> <code>./runConfigure -p linux
-c gcc -x c++</code><br/>
+ <ref>Linux using the Intel
compiler:</ref> <code>./runConfigure -p linux -c icc -x
icpc</code><br/>
<ref>AIX (32 bit):</ref> <code>./runConfigure
-p aix -c xlc -x xlC</code><br/><br/>
<ref>AIX (64-bit):</ref> <code>./runConfigure
-p aix -c xlc -x xlC -b 64</code><br/><br/>
<ref>HP-UX 11 (32 bit):</ref> <code>./runConfigure -p hp-11
-c cc -x aCC</code><br/><br/>
@@ -164,7 +165,7 @@
<code>./runConfigure
-h</code><br/><br/></li>
<li>Purge the previous build:<br/><br/>
<code> make clean</code><br/><br/></li>
- <li>Run the new build:<br/><br/>
+ <li>Build the Xalan library and command-line executables:<br/><br/>
<code>make</code><br/>
or<br/>
<code>make
<ref>targ</ref></code><br/><br/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]