Install SCIM and Google Pinyin input methods in Ubuntu 13.10
# Sudo apt-get install scim
# Sudo apt-get install scim-chinese
# Sudo apt-get install scim-tables-zh
Add the Google Pinyin input method:
A. get the code: (first install git: sudo apt-get install git-core)
$ Git clone git: // github.com/tchaikov/scim-googlepinyin.git
$ Cd scim-googlepinyin
B. required components for installation (autotools-dev/libgtk2.0-dev/libscim-dev/libtool/automake)
$ Aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake
C. Compile:
$./Autogen. sh
$ Make
$ Sudo make install
D. Restart scim (restart the system)
Sudo kill scim
Scim-d
E. Install im-switch
Sudo apt-get install im-switch
F. Select Input Method
Im-switch
G. Log out/restart the system
Recommended reading:
For more information about how to install Ubuntu 13.10 on a hard drive in Windows 7, see
Ubuntu 13.10 download, installation, and configuration summary page
Configure root login in Ubuntu 13.10
Use fcitx Input Method in Ubuntu 13.10
Ubuntu 13.10 compilation and installation of Wine 1.7
10 things that must be done after Ubuntu 13.10 is installed