You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/11/11 23:19:47 UTC

cvs commit: xml-xerces/c/doc build-misc.xml

peiyongz    2002/11/11 14:19:47

  Modified:    c/doc    build-misc.xml
  Log:
  documentation: build with icu message loader
  
  Revision  Changes    Path
  1.12      +34 -4     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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build-misc.xml	8 Nov 2002 15:55:56 -0000	1.11
  +++ build-misc.xml	11 Nov 2002 22:19:46 -0000	1.12
  @@ -6,8 +6,9 @@
       <s2 title="Building &XercesCName; with ICU">
           <p>&XercesCName; may be built in stand-alone mode using
           native encoding support and also using ICU where you get support over 180
  -        different encodings. ICU stands for International Components for Unicode and is an
  -        open source distribution from IBM. You can get
  +        different encodings and/or locale specific message support. ICU stands for 
  +        International Components for Unicode and is an open source distribution from 
  +        IBM. You can get        
           <jump href="http://oss.software.ibm.com/icu/">ICU libraries</jump> from
           <jump href="http://oss.software.ibm.com/developerworks/opensource/">IBM's developerWorks site</jump>
           or go to the ICU
  @@ -55,7 +56,19 @@
   <source>set XERCESCROOT=x:\&XercesCSrcInstallDir;
   set ICUROOT=x:\icu
   cd x:\&XercesCSrcInstallDir;\scripts
  -perl packageBinaries.pl -s x:\&XercesCSrcInstallDir; -o x:\temp\&XercesCInstallDir;-win32 -t icu</source>
  +</source>
  +
  +        <p>To build with ICU, either specify using ICU transcoding service,</p>
  +         
  +<source>         
  +perl packageBinaries.pl -s x:\&XercesCSrcInstallDir; -o x:\temp\&XercesCInstallDir;-win32 -t icu
  +</source>
  +        
  +        <p> or specify using ICU message loader service</p>
  +        
  +<source>         
  +perl packageBinaries.pl -s x:\&XercesCSrcInstallDir; -o x:\temp\&XercesCInstallDir;-win32 -m icu
  +</source>
   
           <p>(Match the source directory to your system; the target directory can be
           anything you want.)</p>
  @@ -95,8 +108,25 @@
   <source>export XERCESCROOT=$HOME/&XercesCSrcInstallDir;
   export ICUROOT=$HOME/icu
   cd $HOME/&XercesCSrcInstallDir;/scripts
  -perl packageBinaries.pl -s $HOME/&XercesCSrcInstallDir; -o $HOME/temp/&XercesCInstallDir;-aix -t icu</source>
  +</source>
   
  +        <p>To build with ICU, either specify using ICU transcoding service,</p>
  +        
  +<source>
  +perl packageBinaries.pl -s $HOME/&XercesCSrcInstallDir; -o $HOME/temp/&XercesCInstallDir;-aix -t icu
  +</source>
  +
  +        <p> or specify using ICU message loader service</p>
  +               
  +<source>        
  +perl packageBinaries.pl -s $HOME/&XercesCSrcInstallDir; -o $HOME/temp/&XercesCInstallDir;-aix -m icu
  +</source>
  +                             
  +        <p>To use ICU message loader, it is highly recommended to use packageBinaries.pl to build &XercesCName;,
  +        otherwise, the two-step build, requires set extra environment variable in between the ICU build and 
  +        the &XercesCName; build.
  +        </p>
  +        
           </s3>
       </s2>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org