dleslie     01/02/20 05:18:40

  Modified:    c/xdocs/sources/xalan faq.xml getstarted.xml readme.xml
  Log:
  Added info on untarring Solaris distribution and building on Windows.
  
  Revision  Changes    Path
  1.18      +1 -1      xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- faq.xml   2001/02/16 21:41:47     1.17
  +++ faq.xml   2001/02/20 13:18:35     1.18
  @@ -45,7 +45,7 @@
   <faq title="Building on Windows">
   <q>What do I need to rebuild &xslt4c; on Windows?</q>
   
  -<a><p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 
installed with Service Pack 3 for Visual C++ and Visual Studio. You should also 
apply the bug fixes for the C++ standard library that shipped with Visual C++ 
6.0. These fixes are available from the Dinkumware site:<jump 
href="http://www.dinkumware.com/vc_fixes.html";>http://www.dinkumware.com/vc_fixes.html</jump>.</p>
  +<a><p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 
installed with Service Pack 3 for Visual C++ and Visual Studio. You should also 
apply the bug fixes for the C++ standard library that shipped with Visual C++ 
6.0. These fixes are available from the Dinkumware site: <jump 
href="http://www.dinkumware.com/vc_fixes.html";>http://www.dinkumware.com/vc_fixes.html</jump>.</p>
   <p>For more details, see <link idref="readme" anchor="win32">Steps for doing 
a Windows build</link>.</p></a>
   </faq>
   
  
  
  
  1.24      +5 -4      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- getstarted.xml    2001/02/13 15:55:23     1.23
  +++ getstarted.xml    2001/02/20 13:18:36     1.24
  @@ -21,10 +21,11 @@
   <s3 title="&xslt4c; UNIX Distributions">
   <p><img src="xalan-c-unixdist.gif" alt="xalan-cdist.gif"/></p>
   </s3>
  -<p>For the Linux build, download <resource-ref 
idref="xslt4c-linux-download"/></p>
  -<p>For the AIX build, download <resource-ref 
idref="xslt4c-aix-download"/></p>
  -<p>For the HP-UX 11 build, download <resource-ref 
idref="xslt4c-hp-ux-download"/></p>
  -<p>For the Solaris build, download <resource-ref 
idref="xslt4c-solaris-download"/></p>
  +<p>For the Linux build, download <resource-ref 
idref="xslt4c-linux-download"/>.</p>
  +<p>For the AIX build, download <resource-ref 
idref="xslt4c-aix-download"/>.</p>
  +<p>For the HP-UX 11 build, download <resource-ref 
idref="xslt4c-hp-ux-download"/>.</p>
  +<p>For the Solaris build, download <resource-ref 
idref="xslt4c-solaris-download"/>.</p>
  +<note>Use GNU tar to untar the Solaris distribution file; see <link 
idref="faq" anchor="gnutar">A tar checksum error on Solaris</link>.</note>
   <p>Each distribution contains all you need to run the Xalan command-line 
transformations utility and to build your own applications. 
   If you want to take advantage of the support for number formatting, sorting, 
and encoding the ICU provides, you should also download and install the 
<resource-ref idref="icu"/>; see <link idref="usagepatterns" anchor="icu">Using 
the ICU</link>,</p>
   <s3 title="What you need to run the Xalan command-line utility">
  
  
  
  1.24      +1 -1      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- readme.xml        2001/02/15 22:10:18     1.23
  +++ readme.xml        2001/02/20 13:18:37     1.24
  @@ -123,6 +123,7 @@
   &xslt4c-current; has been tested with &icu-used;. You may be able to use 
newer ICU releases as they appear.</note>
     </s3><anchor name="win32"/>
     <s3 title="Steps for doing a Windows build">
  +  <p>To build &xslt4c; on Windows, you need &xml4c; and MS Visual C++ 6.0 
installed with Service Pack 3 for Visual C++ and Visual Studio. You should also 
apply the bug fixes for the C++ standard library that shipped with Visual C++ 
6.0. These fixes are available from the Dinkumware site: <jump 
href="http://www.dinkumware.com/vc_fixes.html";>http://www.dinkumware.com/vc_fixes.html</jump>.</p>
     <ol>
        <li>(Optional) If you are rebuilding the ICUBridge, install the ICU so 
the icu root directory
         is at the same level as the xml-xerces root directory (see <link 
  @@ -133,7 +134,6 @@
         anchor="icu">Enabling ICU support for TestXSLT</link>).<br/><br/></li>
       <li>Use Visual C++ to open the Xalan workspace from the 
xml-xalan\c\Projects\Win32\VC6.
       <br/><br/></li>
  -    <li>Select Project Dependencies and check <br/><br/></li>
       <li>Use Visual C++ to rebuild everything or specific dynamic link 
libraries and executables of
       interest.<br/><br/></li>
     </ol>
  
  
  

Reply via email to