To compile yh source codes:
=======================================

1.enter the directory which is named im;
  execute the command: "make";
2.enter the directory which is named yh;
  execute the command: "make";
3.yh package provides three input methods: gbkpy,bxm,and qvwei;
  according to your selected input methods, enter their directories;
  execute the command: "make"; 


To run yh:
===========

4.make sure whether the directory of /usr/local/yh exists;
  if there isn't this directory, please create it;
  make sure whether the directory of /usr/local/yh/bin exists;
  if there isn't this directory, please create it;
  make sure whether the directory of /usr/local/yh/lib exists;
  if there isn't this directory, please create it;
5.enter the directory of /usr/local/yh/lib, do following steps:
  >> create/edit a text file "system.ims",
     it records the names you want to load the input methods on yh running.
  >> cp relevant input methods' resource-files(*.mb) to /usr/local/yh/lib.
  >> cp font-files(*.fnt,*.ttf...) to /usr/local/yh/lib.
completing the above steps,you can execute "yh-path/src/yh/yh" to run yh chinese platform;


To install yh:
===============

6.if you wish to install yh, please cp "yh-path/src/yh/yh" to /usr/local/yh/bin; 
then you can run yh through type "yh" on console. 
   

