免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1850 | 回复: 1
打印 上一主题 下一主题

在linux下使用Google拼音输入法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-01-12 18:41 |只看该作者 |倒序浏览
在linux下使用Google拼音输入法







Source
Dependencies: cmake build-essential opencc mercurial

To install the dependencies, you can run:

sudo apt-get install cmake build-essential opencc mercurial ibus
这几个软件是编译以下源码所需,必须安装。

libgooglepinyin
The library.

To compile and install the googlepinyin library, you can run:

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
The ibus wrapper

To compile and install ibus-googlepinyin, you can run:

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

--------------------------------------------------------------------------------

(如果是IBUS框架,可不安装fcitx-googlepinyin.)

fcitx-googlepinyin
The fcitx wrapper

To compile and install fcitx-googlepinyin, you can run:

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



文档中是使用命令下载源码包,你也可以在以下网址下载他们:

http://code.google.com/p/libgooglepinyin/downloads/list




安装之后,重启ibus输入法,google pinyin就会出现在添加列表里面,选择添加即可。

论坛徽章:
0
2 [报告]
发表于 2012-01-12 18:42 |只看该作者
看看
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP