From 7cc394db33480f8568d59f9d2b163c64a525ae4f Mon Sep 17 00:00:00 2001 From: clamsawd Date: Mon, 5 Oct 2015 20:22:13 +0200 Subject: [PATCH] New README (README.md) --- README.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.rst | 45 ------------------------------------- 2 files changed, 66 insertions(+), 45 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..9932770 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +aria2 static builds for GNU/Linux & Windows +=========================================== + +### aria2 1.19.2 builds (with OpenSSL): + + * **GNU/Linux downloads:** + * [aria2-1.19.2-linux-gnu-32bit-build1.tar.bz2](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/aria2-1.19.2-linux-gnu-32bit-build1.tar.bz2) + * [aria2-1.19.2-linux-gnu-64bit-build1.tar.bz2](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/aria2-1.19.2-linux-gnu-64bit-build1.tar.bz2) + + * **Windows downloads:** + * [aria2-1.19.2-win-32bit-build1.7z](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/aria2-1.19.2-win-32bit-build1.7z) + * [aria2-1.19.2-win-64bit-build1.7z](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/aria2-1.19.2-win-64bit-build1.7z) + * [aria2-1.19.2-win-xp-build1.7z](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/aria2-1.19.2-win-xp-build1.7z) + + * **CA-Certificates:** + * [ca-certificates.crt](https://github.com/clamsawd/aria2-static-builds/releases/download/v1.19.2/ca-certificates.crt) + + * **Source code:** + * [aria2-1.19.2.tar.bz2](https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.2/aria2-1.19.2.tar.bz2) + * [aria2-1.19.2.tar.gz](https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.2/aria2-1.19.2.tar.gz) + * [aria2-1.19.2.tar.xz](https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.2/aria2-1.19.2.tar.xz) + +_Note: To prevent the error with bcrypt.dll library, the SFTP support for Windows XP builds has been disabled._ + +### How to install: + + * **GNU/Linux instructions:** + * Open the terminal as root. + * Type the command: `tar jxvf aria2-1.19.2-linux-gnu-[arch]-build1.tar.bz2 -C /` + * Finally, change the permissions: `chmod +x /usr/bin/aria2c` + + * **Windows instruccions:** + * Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). + * Copy the files to a folder. For example: `C:\Program Files\aria2` + * Add the folder to [PATH](https://www.google.es/search?q=add+folder+to+PATH+on+Windows) 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\\.aria2\`. If you use Windows XP, the file is located on `C:\Documents and settings\\.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= ` + +Also, is possible disable the use of certificates with the following command: + +`C:\PATH\> aria2c --check-certificate=false ` + +### Used external libraries: + + * http://www.zlib.net/ + * http://expat.sourceforge.net/ + * http://c-ares.haxx.se/ + * http://www.sqlite.org/ + * http://www.openssl.org/ + * http://www.libssh2.org/ + +### External links: + + * [aria2 homepage](http://aria2.sourceforge.net/) + * [aria2 documentation](http://aria2.sourceforge.net/manual/en/html/index.html) + * [aria2 source code (Github)](https://github.com/tatsuhiro-t/aria2) diff --git a/README.rst b/README.rst deleted file mode 100644 index b9f6ac0..0000000 --- a/README.rst +++ /dev/null @@ -1,45 +0,0 @@ -aria2 static builds for GNU/Linux -================================= - -Used external libraries: ------------------------- - -* `zlib`_. -* `expat`_. -* `sqlite3`_. -* `OpenSSL`_. -* `c-ares`_. - -.. _zlib: http://www.zlib.net/ -.. _expat: http://expat.sourceforge.net/ -.. _sqlite3: http://www.sqlite.org/ -.. _OpenSSL: http://www.openssl.org/ -.. _c-ares: http://c-ares.haxx.se/ - -aria2 static downloads: ------------------------ - -* aria2 package (32-bit): `aria2-1.18.10-linux-gnu-32bit-build2.tar.bz2`_. -* aria2 package (64-bit): `aria2-1.18.10-linux-gnu-64bit-build2.tar.bz2`_. - -.. _aria2-1.18.10-linux-gnu-32bit-build2.tar.bz2: https://github.com/quuiqueee/aria2-builds-for-linux/raw/master/builds/aria2-1.18.10-linux-gnu-32bit-build2.tar.bz2 -.. _aria2-1.18.10-linux-gnu-64bit-build2.tar.bz2: https://github.com/quuiqueee/aria2-builds-for-linux/raw/master/builds/aria2-1.18.10-linux-gnu-64bit-build2.tar.bz2 - -How to install: ---------------- - -* Type the following commands as root:: - - # tar jxvf aria2-1.18.10-linux-gnu-[arch]-build2.tar.bz2 -C /usr/bin/ - # chmod +x /usr/bin/aria2c - -External links: ---------------- - -* `aria2 homepage`_. -* `aria2 documentation`_. -* `aria2 source code (github)`_. - -.. _aria2 homepage: http://aria2.sourceforge.net/ -.. _aria2 documentation: http://aria2.sourceforge.net/manual/en/html/index.html -.. _aria2 source code (github): https://github.com/tatsuhiro-t/aria2