* Compiling Terminal IIIMCF Input Method

  1. (if iiimf is already installed go to the next step)
     './configure; make; make install(as root)' the following
     for iiimf-12.2 (should be similar for previous versions):
      - csconv (iiimf-12.2/lib/CSConv)
      - EIMIL  (iiimf-12.2/lib/EIMIL)
      - iiimp  (iiimf-12.2/lib/iiimp)
      - iiimcf (iiimf-12.2/lib/iiimcf)
      - iiimsf (iiimf-12.2/iiimsf)
      - leif   (iiimf-12.2/leif)
  2. Choose language by editing the language definition in tiim.c
     (default is '#define HANGUL') and type 'make' to compile tiim code
  3. Execute 'iiimd' as root (or 'htt_server' for previous versions of iiimf)
  4. You may need a terminal that can display unicode; for example:
      - jfbterm, uterm, fbiterm, bogl-bterm, etc. on the linux framebuffer
      - xterm(with iso10646 fonts), hanterm("classic", UTF8 mode), etc. on X

* Compiling Terminal IIIMCF Interface test code (test.c)

  1. (same as above)
  2. Type the following to compile test code
     gcc -Wall -DHAVE_STDINT_H -I/usr/include/iiim -liiimcf -o test test.c tii.c
  3. (same as above)
  4. (same as above)

Please report any problems to http://kldp.net/projects/tii
or email at nskystars at yahoo.com
