Aria2: Difference between revisions
From CBLFS
Jump to navigationJump to search
m patch for build with gcc4.3 |
mNo edit summary |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
|http:// | |http://sourceforge.net/projects/aria2/files/stable/archives/aria2-1.8.0/aria2-1.8.0.tar.bz2/ | ||
|} | |} | ||
| Line 15: | Line 12: | ||
=== Optional === | === Optional === | ||
* [[GNU Pth]] | |||
* [[GnuTLS]] | * [[GnuTLS]] | ||
* [[OpenSSL]] | * [[OpenSSL]] | ||
| Line 23: | Line 21: | ||
{|style="text-align: left;" | {|style="text-align: left;" | ||
|- | |||
|<i>--enable-threads=pth</i> use GNU Pth library if installed. | |||
|- | |- | ||
|<i>--with-gnutls</i> use gnutls library if installed. | |<i>--with-gnutls</i> use gnutls library if installed. | ||
| Line 39: | Line 39: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr && | ./configure --prefix=/usr && | ||
make | make | ||
| Line 50: | 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 === | ||
| Line 81: | Line 54: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=/usr --libdir=/usr/lib64 && | ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
| Line 111: | Line 83: | ||
|is a download utility with resuming and segmented downloading. | |is a download utility with resuming and segmented downloading. | ||
|} | |} | ||
[[Category:Network Utilities]] | |||
Latest revision as of 04:00, 24 March 2011
| Download Source: | http://sourceforge.net/projects/aria2/files/stable/archives/aria2-1.8.0/aria2-1.8.0.tar.bz2/ |
|---|
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. |
|---|