linux安装汉语输入法,在linux中安装google拼音输入法
載自: 并修改了一些內(nèi)容
install
how to build and install scim-googlepinyin
* Introduction
* grab the source
* build depends
* runtime depends
* build and install
Introduction
This document is intended to help you to build and install scim-googlepinyin from scratch.
grab the source
Scim-googlepinyin still has some critical bugs. And it is still under active development. I'd like to suggest you always try the latest version by:
$ git clone git://github.com/tchaikov/scim-googlepinyin.git
$ cd scim-googlepinyin.git
If the git command is not available in your system, you may want to install it to continue checking out the source.
build depends
You will need install following package before building this software:
* automake
* libtool
* autotools-dev
* libgtk2.0-dev
* libscim-dev
Although these packages' names vary, they are available on most GNU/Linux distribution. On Debian or Ubuntu, following command should work for you.
$ sudo aptitude install automake libtool autotools-dev libgtk2.0-dev libscim-dev
//建議經(jīng)常使用aptitude而不是apt-get,因?yàn)榍罢咴诎l(fā)現(xiàn)缺少依賴的時(shí)候會(huì)自動(dòng)安裝缺失的內(nèi)容。昨天在配置android編譯環(huán)境時(shí)因?yàn)樾枰惭blibsdl-dev,媽的死活找不到依賴的包,我甚至都下了個(gè)deb包安裝,結(jié)果也不行。到今天早上才看到一個(gè)帖子中用aptitude安裝,果然解決了問題
runtime depends
* scim
$ sudo aptitude install scim
build and install
Following commands installs scim-googlepinyin into your system.
$ ./autogen.sh
$ make
$ sudo make install
最后在scim中配置一下就好了,發(fā)現(xiàn)一個(gè)小大bug,就是候選字翻頁后,候選字會(huì)向左偏移一位。試著將候選字個(gè)數(shù)由默認(rèn)的8改為7后解決問題,不過候選字列表中還是顯示9個(gè)字,這不影響什么。
總結(jié)
以上是生活随笔為你收集整理的linux安装汉语输入法,在linux中安装google拼音输入法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 执行-技术人的管理之路--总结
- 下一篇: Extract Interface(提炼