- 论坛徽章:
- 0
|
Here is the steps, after you downloaded and unzipped the file below:
$ 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 #this step needs more time, so be patient
$ sudo make install
After that, you can restart your X-window by Ctrl+Alt+Backspace, and log in again, then you will find the SCIM-Python!
![]()
文件:scim-python-0.1.12.tar.gz
大小:695KB
下载:
下载
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/74418/showart_1832796.html |
|