Ubuntu1010安装google输入法.doc
上传人:sy****28 上传时间:2024-09-14 格式:DOC 页数:4 大小:173KB 金币:16 举报 版权申诉
预览加载中,请您耐心等待几秒...

Ubuntu1010安装google输入法.doc

Ubuntu1010安装google输入法.doc

预览

在线预览结束,喜欢就下载吧,查找使用更方便

16 金币

下载此文档

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

HYPERLINK"http://foyoto.iteye.com/blog/1103652"ubuntu10.10安装google拼音输入法并实现光标跟随HYPERLINK"http://www.iteye.com/blogs/tag/Google"GoogleHYPERLINK"http://www.iteye.com/blogs/tag/Ubuntu"UbuntuHYPERLINK"http://www.iteye.com/blogs/tag/Git"GitHYPERLINK"http://www.iteye.com/blogs/tag/Qt"QtHYPERLINK"http://www.iteye.com/blogs/tag/%E5%B5%8C%E5%85%A5%E5%BC%8F"嵌入式参考网址:HYPERLINK"http://foyoto.iteye.com/blog/1103652"http://foyoto.iteye.com/blog/1103652HYPERLINK"http://blog.csdn.net/renclear/article/details/6273819"http://blog.csdn.net/renclear/article/details/6273819HYPERLINK"http://hi.baidu.com/googleu/blog/item/43dd3e47cf271b046b63e539.html"http://hi.baidu.com/googleu/blog/item/43dd3e47cf271b046b63e539.htmlstep1:安装git,从git上获取输入法程序输入命令:apt-getinstallgit-coregitclonegit://github.com/tchaikov/scim-googlepinyin.gitcdscim-googlepinyin/step2:准备编译输入法程序,安装几个帮助编译的程序输入命令:aptitudeinstallautotools-devlibgtk2.0-devlibscim-devlibtoolautomakeapt-getinstallscimstep3:注意在编译之前需要提前安装依赖包:###########################################################根据以上提示安装相应的包处理依赖关系yerik@yerik-laptop:~/scim-googlepinyin$sudoapt-getinstallautomakeyerik@yerik-laptop:~/scim-googlepinyin$sudoapt-getinstallautotools-devyerik@yerik-laptop:~/scim-googlepinyin$sudoapt-getinstalllibtoolyerik@yerik-laptop:~/scim-googlepinyin$sudoapt-getinstalllibscim-devyerik@yerik-laptop:~$sudoapt-getinstallscim#该google拼音基于scim###########################################################如果没有安装以上包,会出现如下错误:./autogen.sh:line1:aclocal:找不到命令./autogen.sh:line2:libtoolize:找不到命令./autogen.sh:line3:autoheader:找不到命令./autogen.sh:line4:automake:找不到命令./autogen.sh:line5:autoconf:找不到命令./autogen.sh:line6:./configure:没有那个文件或目录########################################################################################编译输入命令:./autogen.shmakemakeinstallstep4:系统中设置scim为默认输入法:见下图:System-->Administration-->LanguageSupport在最后一行,选择scim。step5:重启scim:输入命令:pkillscimscim-dstep6:注销后重新登录。step7:输入scim–d启动输入法。打开任意文字编辑器,按ctrl+space(ctrl加空格)切换到goog