现在的位置: 首页 > 综合 > 正文

iBus Google Pinyin Install

2013年02月27日 ⁄ 综合 ⁄ 共 542字 ⁄ 字号 评论关闭

Dependency:

sudo apt-get install cmake build-essential opencc mercurial ibus

Install libgooglepinyin Library:

hg clone http://code.google.com/p/libgooglepinyin/
cd libgooglepinyin
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Install ibus-googlepinyin:

hg clone http://code.google.com/p/libgooglepinyin.ibus-wrapper/ ibus-googlepinyin
cd ibus-googlepinyin
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Upgrade:

In libgooglepinyin :

hg pull --time
hg up -C
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Restart ibus

抱歉!评论已关闭.