My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
SCIMPythonDoc  

Featured
Updated Feb 4, 2010 by Shawn.P....@gmail.com

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 engines

Install from subversion repository

  • dependances
  •   svn
      gcc
      automake
      autoconf
      gettext-devel
      libtool  
      scim-devel
      python-devel
      pygtk2-devel
      python-enchant
  • build and install
  •  $ 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

Any comments are welcome

Comment by GenoKo...@gmail.com, Jun 23, 2008

我打了个ubuntu8.04的64位的DEB包。。。经过试用没有什么问题。

地址:ftp://zyk.lfzx.net


Sign in to add a comment
Powered by Google Project Hosting