LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 767|回复: 7

need help on chinese input in FreeBSD release5.4,thanks a lot.

[复制链接]
发表于 2005-6-19 13:54:41 | 显示全部楼层 |阅读模式
hello,everyone.
I installed the FreeBSD release5.4 yestoday..it is the first time that
I have used it,so there are plenty of things that I don't understand
one of them is about the chinese input.
I search the topic about it in the web,but all of them is saying about the lower realese(4.8 ,5.1,5.2).I installed the FCITX and did the change on the system file in the way of the words they said,but it didn't work entirely.

so I write this topic here wishing somebody can help me,thanks a lot....
发表于 2005-6-19 14:18:35 | 显示全部楼层
1. 更新ports
用cvsup也行,或者要图省事的话,干脆直接到网上下载最新的 ports.tar.gz文件,直接解压到/usr/就是。
cp ports.tar.gz /usr/
tar xzvf ports.tar.gz

2. 安装scim输入平台
cd /usr/ports/textproc/scim/
make install clean

3. 安装scim输入平台中的输入法
如果用的是拼音的话:
cd /usr/ports/chinese/scim-pinyin/
make install clean
如果用的是五笔等码表输入法的话:
cd /usr/ports/chinese/scim-tables/
make install clean
好了,输入法安装完毕。

4. 设置中文环境:
vi ~/.login_conf ,输入如下内容:
me:\
:lang=zh_CN.GBK:\
:lc_all=zh_CN.GBK:\
:lc_collate=zh_CN.GBK:\
:lc_ctype=zh_CN.GBK:\
:lc_messages=zh_CN.GBK:\
:lc_monetary=zh_CN.GBK:\
:lc_numeric=zh_CN.GBK:\
:lc_time=zh_CN.GBK:\
:charset=GBK:

5. 编缉 .cshrc (我用的是csh ,如果是bash等,则作相应的改变),加入如下内容:
setenv XMODIFIERS @im=SCIM
set dspmbyte = big5
setenv G_BROKEN_FILENAMES 1

好了,大功告成,注销系统,登录后运行
scim -d
可以输入中文了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-19 14:48:40 | 显示全部楼层
thanks a lot first  ..I will try right away!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-19 16:43:40 | 显示全部楼层
I did these operations:

cp /usr/share/examples/cvsup/ports-supfile  /root
changed:
host=cvsup.cn.FreeBSD.org

but when I use the command "make install clean" ,it serch the package from the site"ftp://ftp.FreeBSD.org or ftp://ftp.**.FreeBSD.org"..why?
回复 支持 反对

使用道具 举报

发表于 2005-6-19 18:17:21 | 显示全部楼层
You must set the variable MASTER_SITE_OVERRIDE in /etc/make.conf.
回复 支持 反对

使用道具 举报

发表于 2005-6-19 19:21:49 | 显示全部楼层
1. download the ports.tar.gz from here:
http://jaist.dl.sourceforge.net/ ... /ports/ports.tar.gz
2. cp ports.tar.gz /usr/
3. rm -rdf /usr/ports/
4. tar -xzvf /usr/ports.tar.gz

It's OK
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-20 02:02:07 | 显示全部楼层
终于ok了。。谢谢。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-6-20 02:04:44 | 显示全部楼层
但是在kwrite 下还是不能进行中文输入。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表