Thursday, December 18, 2008

Install Chinese pinyin input method on Ubuntu

Go to the following URL:
http://code.google.com/p/scim-python/downloads/list

download file:
scim-python-0.1.12.tar.gz

Execute commands:

$ 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 zxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure –prefix=/usr
$ make
$ sudo make install

The Chinese input method will effect after you log out and then log in,

No comments: