|
|
发表于 2005-1-18 14:27:16
|
显示全部楼层
redhat8.0中文版在shell下为何不能显示中文
redhat则没有预先提供控制台中文支持。前面两位说的是两种解决方法,分别是采用zhcon和cce的方法。
这两个软件都很好找,个人觉得zhcon比较方便。
除非你想用unicon的输入法,zhcon最新的版本已经不再需要unicon了,如果你的显卡没有framebuffer支持也可以使用。
到http://zhcon.gnuchina.org 去下载最新版。
安装步骤,[]中的内容为可选项:
tar xzf zhcon-0.2.1.tar.gz
./configure [--prefix=/usr]
我的configure结果:
Configuration:
Target system: i686-pc-linux-gnu
Source code location: .
C++ Compiler: c++
C++ Compiler flags: -O2 -DNDEBUG -funsigned-char -Wall
C Compiler: gcc
C Compiler flags: -O2 -DNDEBUG -funsigned-char -Wall
VGA support: yes
gpm moues support: no
libggi support: no
unicon support: no
zhcon binary dir: /usr/local/bin
zhcon files dir: /usr/local/lib/zhcon
make
make install |
|