中文输入
发表于 : 2008-04-26 15:57
8.04怎么设置才能输入中文?我习惯拼音输入法
hhdai 写了:8.04的中文好像还没处理好,我是下载的NOVEL拼音,装上就有智能拼音2的选项了:
http://ftp.ubuntu.org.cn/home/wkt/de...0.1.6_i386.deb
首先需要安装中文包,用apt-get 或者新立德geohaha 写了:8.04怎么设置才能输入中文?我习惯拼音输入法
3.安装scim-python(这个一定要装),安装后即与scim整合, 整合了搜狗拼音输入法的词库:
http://code.google.com/p/scim-python/downloads/list下载 scim-python源代码包。
执行下列命令:
$ sudo apt-get install scim-dev
$ sudo apt-get install python-enchant
$ sudo apt-get install python-gtk2-dev
$ sudo apt-get install libgtk2.0-dev
$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure --prefix=/usr
$ make
$ sudo make install
重新登录桌面系统。
../libtool: line 1311: g++: command not found
make[2]: *** [_scim_la-scim-python.lo] 错误 1
make[2]: Leaving directory `/home/leslie/scim-python-0.1.8/src'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/home/leslie/scim-python-0.1.8/src'
make: *** [install-recursive] 错误 1
我是用wubi方式装的ubuntu 8.0.4 ,但是 在 “系统>系统管理>语言支持” 的列里面没有中文,只有英文,默认语言已经设置成中文了,那个键盘样的东西点开有 scim ,但是只有 RAW CODE ,貌似还是没看到偶要的拼音输入法。tianping 写了:首先需要安装中文包,用apt-get 或者新立德geohaha 写了:8.04怎么设置才能输入中文?我习惯拼音输入法
然后要在系统>系统管理>语言支持中选择中文
最后要在scim中设置中文输入法
之后重启scim应当就可以了
试试:sudo apt-get install build-essential gcc make autoconf automake libtool gdb g++Catherin 写了:3.安装scim-python(这个一定要装),安装后即与scim整合, 整合了搜狗拼音输入法的词库:
http://code.google.com/p/scim-python/downloads/list下载 scim-python源代码包。
执行下列命令:
$ sudo apt-get install scim-dev
$ sudo apt-get install python-enchant
$ sudo apt-get install python-gtk2-dev
$ sudo apt-get install libgtk2.0-dev
$ tar jxvf scim-python-${version}.tar.bz2
$ cd scim-python-${version}
$ ./configure --prefix=/usr
$ make
$ sudo make install
重新登录桌面系统。
安装不上 总是出现../libtool: line 1311: g++: command not found
make[2]: *** [_scim_la-scim-python.lo] 错误 1
make[2]: Leaving directory `/home/leslie/scim-python-0.1.8/src'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/home/leslie/scim-python-0.1.8/src'
make: *** [install-recursive] 错误 1
我下载了scim-python-0.1.8.tar.bz2 scim-python-0.1.9.tar.bz2 scim-python-0.1.10.tar.gz
都出现相同的情况 谁能帮解决下
这句话什么意思?pengkuny 写了: 试试:sudo apt-get install build-essential gcc make autoconf automake libtool gdb g++