You can install libuim(library) and im-uim(gtk+-immodule)
simply by typing
$ configure; make
# make install

If your gtk+-2 is installed under /usr/ directory
 you may add --prefix=/usr option to configure script.

If you simply want to test libuim and don't want to install,
please execute test.sh script in the source directory.

$ GTK_IM_MODULE=py ./test.sh
 You can type Chinese by Pin Yin

$ GTK_IM_MODULE=anthy ./test.sh
 You can type Japanese by Anthy conversion system.
 Unless libanthy(Japanese conversion system library),
 You can type only Phonetic Symbols in Japanese.

$ GTK_IM_MODULE=skk ./test.sh
 You can type Japanese by SKK conversion system.
 this implementation assumes you have SKK dictionary
 at /usr/share/skk/SKK-JISYO.L
$ GTK_IM_MODULE=tcode ./test.sh
 is available.
