diff options
Diffstat (limited to 'network/aria2/README')
-rw-r--r-- | network/aria2/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/aria2/README b/network/aria2/README new file mode 100644 index 0000000000..dc7304be8e --- /dev/null +++ b/network/aria2/README @@ -0,0 +1,8 @@ +aria2 is a utility for downloading files. The supported protocols +are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. + +This requires c-ares from SlackBuilds.org. + +To use OpenSSL and Expat rather than GnuTLS and libxml2 run the +script as follows: + XML="libexpat" HTTPS="openssl" ./aria2.SlackBuild |