CentOS 7 安装aMule (emule) 电驴 ed2k 电骡子

Running aMule without a GUI is suitable for low-configuration VPS setups. You can run the aMule daemon (`amuled`) and manage it through the command-line interface (`amulecmd`) or the web interface. Here’s how you can compile and set up aMule on CentOS 7 without the GUI components:

### Step-by-Step Guide to Compile and Install aMule Daemon on CentOS 7

1. **Update Your System**:
   ```bash
   sudo yum update
   ```

2. **Install Required Dependencies**:
   - Install development tools and libraries needed for compiling aMule and its dependencies:
     ```bash
     sudo yum groupinstall "Development Tools"
     sudo yum install gd-devel geoip-devel libpng-devel libpcap-devel bzip2-devel wget
     ```

3. **Install wxBase**:
   - Download and compile wxBase, the non-GUI components of wxWidgets:
     ```bash
     cd /usr/local/src
     sudo wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2
     sudo tar -xvf wxWidgets-3.1.5.tar.bz2
     cd wxWidgets-3.1.5
     sudo mkdir base-build
     cd base-build
  

 ../configure --disable-shared --disable-gui --with-libpng=builtin --with-zlib=builtin --with-expat=builtin --with-regex=builtin --with-libtiff=no --with-libjpeg=no --with-libmspack=no --with-libxpm=no


     sudo make
     sudo make install
     ```

4. **Download aMule Source Code**:
   - Get the latest source code from the aMule GitHub repository:
     ```bash
     cd /usr/local/src
     sudo git clone https://github.com/amule-project/amule.git
     cd amule
     sudo git checkout master

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

fareast_mzh

打赏个金币

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值