在Ubuntu下使用搜狗输入法。其实是利用搜狗输入法的词库,其中使用apt-get下载使用的时间比较长,用的时候需要有些耐心。

具体安装方法参考官方网站,如下:
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)

相关文章:

  • 2021-10-09
  • 2021-10-09
  • 2022-01-19
  • 2021-05-31
  • 2021-11-13
猜你喜欢
  • 2021-04-23
  • 2022-01-06
  • 2021-05-15
  • 2022-12-23
  • 2022-02-02
  • 2021-11-23
相关资源
相似解决方案