home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / README.AMIGA < prev    next >
Text File  |  1999-11-14  |  1KB  |  37 lines

  1. This is a native Amiga port (no ixemul.library required) of ICU,
  2. IBM's International Classes For Unicode
  3.  
  4. INSTALLATION:
  5.  
  6.  
  7. a.FULL INSTALLATION:
  8.  
  9.   (For use with ICU clients such as Jikes, and for development using gcc.)
  10.  
  11.   Copy the contents of the bin, include, lib, and share directories to
  12.   GG:bin, gg:include, gg:lib, and GG:share, respectively. Set your stack
  13.   to 30000 if you want to use the tools in the bin directory.
  14.  
  15.  
  16. b.PARTIAL INSTALLATION:
  17.  
  18.   (For use with ICU clients such as Jikes.)
  19.  
  20.   Copy the contents of share/icu/1.3.1 to a directory on your hard
  21.   drive. If you install them in GG:share/icu/1.3.1, then the files will
  22.   be found automatically. If you install them elsewhere, then set the
  23.   environment variable ICU_DATA to point to that directory.  Make sure
  24.   you include the trailing slash in the directory name. (E.g., if you
  25.   install the files in Work:icu, use "setenv ICU_DATA Work:icu/".) If
  26.   you are short on space, you can install only convrtrs.txt and the
  27.   .cnv files corresponding to the encodings you want to use. (E.g.,
  28.   if you are interested in using the iso-8859-7 encoding, you can see
  29.   by looking at convrtrs.txt that you need ibm-4909.cnv.)
  30.  
  31. Kriton Kyrimis (kyrimis@cti.gr)
  32.  
  33. ******************************************************************************
  34. This software is subject to the terms of the IBM Public License, a copy
  35. of which is available in file license.html.
  36. ******************************************************************************
  37.