aria2 static builds for GNU/Linux & Windows (with OpenSSL).
Go to file
q3aql d2e1de19c7 README.md 2024-01-17 09:14:35 +01:00
build-scripts Update scripts build-libs (OpenSSL 1.1.1w, expat 2.5.0, c-ares 1.24.0, sqlite 3.44.2, libssh 1.11.0) 2023-12-23 17:31:24 +01:00
certs Update ca-certificates (md5sum: 688e4b7484bf888f6ec7113c85c1d46f) 2021-08-26 21:55:48 +02:00
LICENSE.txt LICENSE (GPL v2.0) 2021-04-02 21:30:39 +02:00
README.md README.md 2024-01-17 09:14:35 +01:00

README.md

aria2 static builds for GNU/Linux & Windows.

aria2 1.37.0 builds (with OpenSSL):

Note: The error with bcrypt.dll library on Windows XP has been fixed.

Info: In this version, the Windows builds include manifest for Windows 10 (Contributed by eladkarako)

How to install:

  • GNU/Linux instructions:

    • Open the terminal and type the following commands:

      $ tar jxvf aria2-1.37.0-linux-gnu-[arch]-build1.tar.bz2
      $ cd aria2-1.37.0-linux-gnu-[arch]-build1
      $ sudo make install
      
  • Windows instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\aria2
    • Add the folder to PATH variable.

CA Certificates on Windows (HTTPS):

To perform downloads using HTTPS, is necessary the ca-certificates. For default, Linux binaries read the certificates from /etc/ssl/certs/ca-certificates.crt, but with Windows binaries are necessary define the path of certificates.

You can define the path of the certificates permanently using aria2.conf located on C:\Users\<user>\.aria2\. If you use Windows XP, the file is located on C:\Documents and settings\<user>\.aria2\. For example, you just have to add the following line:

ca-certificate=C:\Program Files\aria2\certs\ca-certificates.crt

If you prefer load the certificates manually, you can use the following command:

C:\PATH\> aria2c --ca-certificate=<PATH-TO-CERTIFICATE> <URL>

Also, is possible disable the use of certificates with the following command:

C:\PATH\> aria2c --check-certificate=false <URL>

Used external libraries: