Installation procedure
======================
#default install path is /usr/local

# pth package install
# be sure to install pth package;
# if not, please recompile it in the pth directory.
cd pth
tar zxvf pthxxxxx.tar.gz
cd pthxxxxx
./configure
make
make install

# compile and install
# hold all, for impatient one
./configure --prefix=/usr/local 
make
make datas      # compile big5 and gb datas
make install

# step by step
./configure --prefix=/usr/local 
make
make big5datas  # compile the big5 input method data
make gbatas     # compile gb input method datas
make install

Usage
=====

insmod unikey

# if gb support
insmod encode-gbk        # from unicon-kernel
unicon2 --gb 8000        

#if big5 support
insmod encode-big5       # from unicon-kernel
unicon2 --big5 8000      # if big5 support


# any question, please send email to arthur.ma@turbolinux.com.cn

