QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1691|回复: 5

amule中文显示乱码

[复制链接]
发表于 2005-4-24 13:08:25 | 显示全部楼层 |阅读模式
我在ML1.2final下安装amule2.0.0rc8按照官方文档说明安装成功,第一次运行时候提示找不到GBK,我在它提供的列表中选择了简体中文,运行正常,界面也是中文的,但是服务器列表和下载列表中的中文名字却都是乱码,该怎么解决?虽然不是什么大问题,但总是不方便
发表于 2005-4-24 13:14:54 | 显示全部楼层
请把你的安装步骤说出来好吗?
我装不上,谢谢了!
回复

使用道具 举报

发表于 2005-4-24 13:31:19 | 显示全部楼层
你选的是cp936吗?
不是的话选这
回复

使用道具 举报

发表于 2005-4-24 14:22:28 | 显示全部楼层
下载文件乱码在  显示文件信息中  更新一下就ok了。
回复

使用道具 举报

 楼主| 发表于 2005-4-24 18:24:38 | 显示全部楼层
回复二楼:(具体安装步骤参看http://www.amule.org/wiki/index.php/Compilation_Installation)

Manual Installation
To install aMule you can either install it from scratch, as described in Compiling From Sources or use RPMs which will speed things up a lot, as described in the Installing using RPMs section.


NOTE: This HowTo uses wxWidgets 2.4.2 and Crypto++ 5.1, as an example, however aMule can also be compiled using wxWidgets 2.5.x and versions of Crypto++ newer than 5.1. Starting with 2.0.0-rc6, you don't even need Crypto++.


Compiling From Sources
WARNING: Make sure you have no copies of wxWidgets installed. If you already have wxWidgets installed, check How to uninstall wxWidgets before starting a new installation. If you still have problems after this, then check if wx is installed twice, since that's a common compilation and runtime problem.
NOTE: In wxWidgets >= 2.5.1, wxBase is not distributed as a separate tarball. So if you are going to compile wxGTK 2.5.x, skip the second step (wxBase compilation).


Step 1: wxGTK
download wxGTK ->
wxGTK-2.4.2.tar.gz

compile wxGTK ->
tar -zxvf wxGTK-2.4.2.tar.gz
cd wxGTK-2.4.2
./configure --prefix=/usr --disable-gtk2 --with-gtk && make

as root:
make install
ldconfig


Step 2: wxBase
download wxBase ->
wxBase-2.4.2.tar.gz

compile wxBase ->
tar -zxvf wxBase-2.4.2.tar.gz
cd wxBase-2.4.2
./configure --prefix=/usr && make

as root:
make install
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig


Step 3: Crypto++
Note: Only needed from version 2.0.0-rc1 to 2.0.0-rc5 (included)


download libcrypto++ ->
crypto-5.2.1.tar.bz2

compile libcrypto++ ->
tar xvjf crypto-5.2.1.tar.bz2
cd crypto-5.2.1
make
If you have problems compiling with older gcc versions, it can be due to stray DOS newlines in some files. Invoke
file * | grep CRLF | while read file rest; do dos2unix ${file%:}; done
to convert them to UNIX newlines (bash syntax).

as root:
On earlier libcrypto++ versions, running make install would be enough. Since libcrypto++ 5.2 this is no longer available. So do the following:

cp libcryptopp.a /usr/lib/
mkdir /usr/include/cryptopp
cp *.h /usr/include/cryptopp/
ldconfig

Step 4: aMule
download latest aMule version ->
latest aMule

compile aMule (please check the configure article) ->
tar -zxvf aMule-X.X.X.tar.gz (replace X with the right version number..)
cd aMule-X.X.X
./configure --disable-debug --enable-optimise && make

as root:
make install

run aMule as user from your console by typing -> amule
回复

使用道具 举报

 楼主| 发表于 2005-4-24 18:42:41 | 显示全部楼层
不好意思,请问三楼“cp936”是什么意思?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-26 11:55 , Processed in 0.044536 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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