Home > OpenSource, Tech.Notes > 在ubuntu上面安装谷歌拼音输入法libgooglepinyin

在ubuntu上面安装谷歌拼音输入法libgooglepinyin

ubuntu自动的拼音输入发实在是太难用了, 前段时间无意中看到一个linux环境下面的谷歌拼音输入法libgooglepinyin,试用了一段时间,感觉非常不错。

安装过程非常简单, 具体过程如下:

1. 按照必要的编译环境如: GCC, cmake 等

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

2. 安装谷歌输入法libgooglepinyin

1
2
3
4
5
6
7
8
9
hg clone http://code.google.com/p/libgooglepinyin/
 
cd libgooglepinyin
 
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
 
make
sudo make install

3. 安装ibus皮肤 ibus-googlepinyin

1
2
3
4
5
6
7
8
9
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

4. 重新启动ibus-daemon

1
sudo killall -9 ibus-daemon

5. ibus配置谷歌输入法

打开 IBUS设置 → 输入法 → 选择输入法→ 汉语 → GooglePinyin,然后将其上升到顶,或者把其他的输入法删掉。

更详细的安装过程参考: http://code.google.com/p/libgooglepinyin/wiki/INSTALL

-EOF-

  1. November 30th, 2012 at 17:15 | #1

    Your less likely to reach for a carrot stick if
    your bored and if you so at least your going to be eating something
    healthy and good for you. Eat snacks between meals to keep you feeling satisfied and to stop you from reaching for something
    unhealthy. But around the appointed days, you can’t eat any additional in order to make calorie deficit. Eat Stop Eat program main guide include 91 pages and if you are asking Deluxe edition then you will receive a guide of 121 pages. Overweight people need help with their eating disorder; it’s going to be a
    different kind of help than with underweight people.

  2. December 7th, 2012 at 16:55 | #2

    I am regular reader, how are you everybody? This article posted at this website is actually good.

  1. No trackbacks yet.