How to install Google Pinyin Input method under Linux system

Source: Internet
Author: User
Tags version control system git clone

Linux system under the installation of Google Pinyin input method. at present, the network provides a lot of pinyin input method, but many netizens will feel the use of Google Pinyin Input method this software more smoothly. Then, Google Pinyin Input method how to install the use? In today's tutorial, we take the Linux system as an example, to share Google Pinyin Input method installation methods. It should be explained that this method is based on the Linux system CentOS 5!

Google Pinyin Input Method Ann Zhuo version

Recommendation: Google Pinyin Input method an Android version

The Scim-googlepinyin project is trying to transplant Google Pinyin input on Android to the Gnu/linux platform. Scim-googlepinyin is still under development, based on SCIM, a general-purpose input method, but its source code can be obtained through GitHub.

This Linux Google Input method is very easy to use ha! The following is an introduction to Google's website (http://code.google.com/p/scim-googlepinyin/):

Scim-googlepinyin tries to bring the "open source" Google Pinyin IME for Android to Gnu/linux. and customize it to fit the need on regular desktop instead of ' mobile device by following Google Pinyin on Windows.

This port is almost a line-by line translation from Java to C + +. It ' s still under development. And it needs more testing and bugs fixing for sure.

Scim-googlepinyin is hosted at GitHub.

To get a working copy

git clone git://github.com/tchaikov/scim-googlepinyin.git

Pre-Installation Preparation:

Git's installation:

# yum-y Install git

Installation steps (need to compile yourself):

A. Get code:

# git clone git://github.com/tchaikov/scim-googlepinyin.git

# ls

# CD Scim-googlepinyin

B. Prerequisite for compilation:

The link above gives a description of how to compile it, but a few of the required components are listed here:

* Autotools-dev

* Libgtk2.0-dev

* Libscim-dev

* Libtool

* automake1.9

Use the following command to see if it is installed, if not, will automatically help you install:

$ aptitude Install Autotools-dev Libgtk2.0-dev Libscim-dev Libtool

C. Compiling:

Remember that the system must first exist SCIM (if not, sudo apt-get install SCIM)

$ /autogen.sh

$ make

$ sudo make install

When you're done, restart the SCIM and you'll be able to experience it.

P.S. Test did not pass, the main reason is that there are several files can not be downloaded to the system should be the source of software problems.

Git is ...

Git is a free & open source, distributed version control system designed to handle everything from small to very large Projects with speed and efficiency.

Every Git clone is a full-fledged repository with complete history and all revision tracking, not capabilities On network access or a. Branching and merging are fast and easy todo.

Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.