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


然后在 ibus 里添加就googlepinyin可以了

记得要重启ibus哦,要不然不能添加的


项目地址:http://code.google.com/p/libgooglepinyin/

如果想找Shellexy大神,就去twitter上吧

你可能感兴趣的:(ibus,wowubuntu,shellexy)