Introduction
This document is intended to help you to build and install scim-googlepinyin from scratch.安装步骤(需要自己编译):
- A: 获取代码
- (grab the source: Scim-googlepinyin still has some critical bugs. And it is still under active development. I'd like to suggest you always try the latest version by:):(没有git的先安装git:sudo apt-get install git-core)
- git clone git://github.com/tchaikov/scim-googlepinyin.git
- cd scim-googlepinyin
- 编译前提:
上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:- autotools-dev
- libgtk2.0-dev
- libscim-dev
- libtool
- automake
- aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake
- 编译:
记住系统必须先存在SCIM(没有的话 sudo apt-get install scim 一下)- ./autogen.sh
- make
- sudo make install
- 关闭scim: pkill scim
- 然后启动:scim -d
SCIM输入法设置 Global Setup -> Embed Preedit String into client window前面的勾去掉,即可,现在,尽情享受google输入法。

