Difference between revisions of "Aria2"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
Weibullguy (talk | contribs) |
||
Line 49: | Line 49: | ||
<b>This package does not provide any libraries so only one installation is required.</b> | <b>This package does not provide any libraries so only one installation is required.</b> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === |
Revision as of 08:51, 19 March 2010
Download Source: | http://downloads.sourceforge.net/aria2/aria2c-1.8.0.tar.bz2 |
---|
Contents
Introduction to Aria2
aria2 is a download utility with resuming and segmented downloading.
Project Homepage: http://aria2.sourceforge.net/
Dependencies
Optional
Configuration Information
--enable-threads=pth use GNU Pth library if installed. |
--with-gnutls use gnutls library if installed. |
--with-openssl use openssl library if installed. |
--with-libxml2 use libxml2 library if installed. |
--with-libares use ares library if installed. |
--with-libcares use c-ares library if installed. |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Programs: | aria2c |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
aria2c | is a download utility with resuming and segmented downloading. |
---|