Shellexy大神教我们在 ubuntu 安装 google 拼音
转自 http://wowubuntu.com/ibu-googlepinyin.html
Shellexy大神发布了ibus 的谷歌拼音输入法,现在各位同学可以试试在 ibus 使用谷歌拼音
安装方法
sudo apt-get install cmake build-essential opencc mercurial ibus hg clone http://code.google.com/p/libgooglepinyin/ cd libgooglepinyin mkdir build; cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make sudo make install