crazypeng 发表于 2006-1-3 22:44:14

amule的安装

请问怎么安装amule? 谢谢!

ulcasti 发表于 2006-1-4 02:49:50

1.下载wxGTK-2.6.2.tar.gz,解压

2.shell 输入:1)    cd wxGTK-2.6.2
               2)   ./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
               3)    su
               4)    make install
               5)    ldconfig
               6)    exit

3.shell 输入:1)   cdamule x.x.x
                   2)   ./configure --disable-debug --enable-optimize && make
                   3)   su
                   4)   make install
                   5)   exit
                   6)   amule

weeper 发表于 2006-1-21 03:39:14

报错!!

configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.

lon83129 发表于 2006-1-24 15:45:12

Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:; for instructions.
make: *** Error 1
make: Leaving directory `/root/aMule-2.1.0/src'
make: *** Error 1
make: Leaving directory `/root/aMule-2.1.0/src'
make: *** Error 1
make: Leaving directory `/root/aMule-2.1.0'
make: *** Error 2
#


why?????????

weeper 发表于 2006-2-3 20:20:27

搞定....

1.下载wxGTK-2.6.2.tar.gz,解压

2.shell 输入:1)    cd wxGTK-2.6.2
               2)   ./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
               3)    su
               4)    make install
               5)    ldconfig
               6)    exit

3.shell 输入:1)   cdamule x.x.x
                   2)   ./configure --disable-debug --enable-optimize && make
                   3)   su
                   4)   make install
                   5)   exit
                   6)   amule
如上步骤做完,再cp /usr/local/lib/*.* /usr/lib/
就成拉.主要是 locate libwx_gtk2_xrc-2.6.so.0 复制这个文件所在目录下所有文件到/usr/lib 这方法我也是在论坛上找来的 :wink:

xiaocai 发表于 2006-5-22 21:03:01

全部安装fc5 在终端输入
yum -y install amule
OK,装好就能用了,

权老实 发表于 2006-11-22 12:17:15

如上步骤做完,再cp /usr/local/lib/*.* /usr/lib/
就成拉.主要是 locate libwx_gtk2_xrc-2.6.so.0 复制这个文件所在目录下所有文件到/usr/lib 这方法我也是在论坛上找来的 Wink

好办法。省事也,哈哈
页: [1]
查看完整版本: amule的安装