Aria2: Difference between revisions

From James's Wiki
(Created page with "Compile, install, configure aria2 from scratch on a raspberry pi 3 (stretch) wget https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.bz2")
 
No edit summary
Line 1: Line 1:
Compile, install, configure aria2 from scratch on a raspberry pi 3 (stretch)
Compile, install, configure aria2 from scratch on a raspberry pi 3 (stretch)


wget https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.bz2
you can check for the latest version here: https://aria2.github.io/
 
wget https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.bz2
 
tar xvjf aria2-1.33.1.tar.bz2
 
cd aria2whatever
 
./configure

Revision as of 11:49, 19 November 2017

Compile, install, configure aria2 from scratch on a raspberry pi 3 (stretch)

you can check for the latest version here: https://aria2.github.io/

wget https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.bz2
tar xvjf aria2-1.33.1.tar.bz2
cd aria2whatever
./configure