怎么在Linux系统下安装谷歌拼音输入法?

时间:2017-04-25 09:21:49 作者: zhonghang

  大家知道怎么在Linux系统下安装谷歌拼音输入法吗?如果不知道,那就看一看下文小编给大家讲解的Linux系统下安装谷歌拼音输入法的方法,希望大家喜欢。

谷歌拼音输入法安卓版

  谷歌拼音输入法安卓版

  推荐:谷歌拼音输入法安卓版

  SCIM-GooglePinyin 项目试图将 Android 上的 Google 拼音输入法移植到 GNU/Linux 平台。SCIM-GooglePinyin 基于 SCIM 这个通用输入法平台,目前仍然在开发之中,不过其源代码已经可以通过 github 获取。

  这个linux下的谷歌输入法很好用哈!下面是谷歌网站上的介绍(//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 on 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 bug fixing for sure.

  scim-googlepinyin is hosted at github.

  To get a working copy

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

  安装前准备:

  git的安装:

  # yum -y install git

  安装步骤(需要自己编译):

  A. 获取代码:

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

  # ls

  # cd scim-googlepinyin

  B. 编译前提:

  上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:

  * autotools-dev

  * libgtk2.0-dev

  * libscim-dev

  * libtool

  * automake1.9

  用下面命令看看是不是安装了,如果没有,会自动帮你安装上:

  $ aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake1.9

  C. 编译:

  记住系统必须先存在SCIM(没有的话 sudo apt-get install scim 一下)

  $ 。/autogen.sh

  $ make

  $ sudo make install

  大功告成,重启下SCIM然后就能体验了。

  P.S. 测试没有通过,主要原因是有几个文件无法下载到,应该是本系统的软件源的问题。

  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 full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.

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

  以上就是小编为大家带来的教程,希望对小伙伴们有所帮助!

相关推荐
QQ游戏

热文推荐

  • 48小时热文
  • 每周热文

怎么在Linux系统下安装谷歌拼音输入法?