Ubuntu下安装搜狗输入法
时间:2010-12-24 来源:skyme
具体安装方法参考官方网站,如下:
1:下载安装包 sicm-python
地址:http://code.google.com/p/scim-python/downloads/list
2:安装
$ sudo apt-get install scim-dev
$ sudo apt-get install python-dev
$ sudo apt-get install python-enchant
$ sudo apt-get install python-gtk2-dev
$ sudo apt-get install libgtk2.0-dev
$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure –prefix=/usr
$ make
$ sudo make install
3.重启系统
4.使用scim输入法,选择输入法时,选择python-scim
./configure –prefix=/usr 是要安装的文件夹,如果想安装在其它文件夹下,则可以用 –prefix=/home/hare2/Pinyin 这里hare2是你的用户名,Pinyin文件夹如果不存在,则会新建一个。
./configure 的参数一般用到的是prefix。
文章来源:毛蛋网(maoegg.com)
相关阅读 更多 +