源码编绎安装
MacOS
下载源码
- git
git clone -b release-1.36.0 https://github.com/aria2/aria2.git ./aria2
- wget
wget https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.gz
tar -xvf aria2-1.36.0.tar.gz --strip-components 1 -C ./aria2
编绎安装
cd aria2
make configure
./configure --prefix=/usr/local
sudo make install