googlepinyin install instructions
=================================================


Dependencies: cmake build-essential opencc mercurial ibus python


To compile and install, go in the source directory and type:

  mkdir build; cd build
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  make
  sudo make install


