Installing aMule in linux

Source: Internet
Author: User
Tags gtk
Installation of aMule in linux-general Linux technology-Linux technology and application information. For details, refer to the following section. The installation of aMule is quite difficult, and it is the most difficult tool and software for the author to handle since Linux. It is highly dependent on some linked library files, and also needs GTK support. Therefore, the software installation is detailed here.

The steps for downloading and installing software are as follows:
# Cd/usr/local
# Wget http://jaist.dl.sourceforge.net/.../wxGTK-2.6.1.tar.gz
# Wget http://jaist.dl.sourceforge.net/... wxBase-2.6.1.tar.gz
# Wget http://jaist.dl.sourceforge.net/... aMule-2.1.0.tar.bz2

Note the installation sequence:
Install wxBase, wxGTK, and aMule. After wxBase is installed, run the ldconfig command. The wxGTK compilation parameter is./configure -- with-gtk.

# Cd wxBase-2.6.1;./configure; make install;/sbin/ldconfig; cd ..
# Cd wxGTK-2.6.1;./configure -- with-gtk; make install; make clean; cd ..
# Cd aMule-2.1.0;./configure; make install

Now aMule is a GTK 2 interface, which is very beautiful and supports Chinese well. After installation, set the nickname to [CHN] [VeryCD] xxxx, and then set the server name to: DonkeyServer NO1, address 62.241.53.2: 4242. In addition, there are other servers, such as Chinese psp source power, address 61.152.93.254: 4661; and Razorback 2, address 195.245.244.243: 4661.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.