|
|
SCIMPythonDoc
SCIM-Python - A python language binding for SCIM
How To Use Pin Yin Input Method
Please read Pin Yin User Guide.
How To Install it
System requires
- Python >= 2.5.0
Install it from source code
- dependences
gcc gettext-devel scim-devel python-devel pygtk2-devel python-enchant
- build and install
$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure --prefix=/usr
$ make
$ make install
$ logout current session and relogin desktop
$ Try [English Writer] & [Pin Yin] scim enginesInstall from subversion repository
- dependances
svn gcc automake autoconf gettext-devel libtool scim-devel python-devel pygtk2-devel python-enchant
$ svn checkout http://scim-python.googlecode.com/svn/trunk/ scim-python $ cd scim-python $ ./autogen.sh --prefix=/usr $ make $ make install
- build rpm and src.rpm in fedora
$ svn checkout http://scim-python.googlecode.com/svn/trunk/ scim-python $ cd scim-python $ ./autogen.sh --prefix=/usr $ make srpm $ make rpm
- build .deb packages for debian unstable or ubuntu
$ svn checkout http://scim-python.googlecode.com/svn/trunk/ scim-python $ cd scim-python $ ./autogen.sh --prefix=/usr --enable-debian-dpkg $ fakeroot $ make deb
Install scim-python in Fedora 8
- Using yum install scim-python
$ yum install scim-python-\*
Binary Packages
- Ubuntu 8.04
- Archlinux
- packages are provided by scim-python users. I did not test them.
Any comments are welcome
Sign in to add a comment

我打了个ubuntu8.04的64位的DEB包。。。经过试用没有什么问题。
地址:ftp://zyk.lfzx.net