Difference between revisions of "Aria2"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://sourceforge.net/projects/aria2 |- |} ----) |
Weibullguy (talk | contribs) (Added page) |
||
Line 1: | Line 1: | ||
− | {| style="text-align: left; background-color: AliceBlue;" | + | {|style="text-align: left; background-color: AliceBlue;" |
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://sourceforge.net/ | + | |http://downloads.sourceforge.net/aria2/aria2-{{Aria2-Version}}.tar.bz2 |
+ | |} | ||
+ | |||
+ | ---- | ||
+ | |||
+ | {{Package-Introduction|aria2 is a download utility with resuming and segmented downloading.|http://aria2.sourceforge.net/}} | ||
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | === Optional === | ||
+ | * [[GnuTLS]] | ||
+ | * [[OpenSSL]] | ||
+ | * [[LibXML2]] | ||
+ | * [[c-ares]] | ||
+ | |||
+ | == Configuration Information == | ||
+ | |||
+ | {|style="text-align: left;" | ||
+ | |- | ||
+ | |<i>--with-gnutls</i> use gnutls library if installed. | ||
+ | |- | ||
+ | |<i>--with-openssl</i> use openssl library if installed. | ||
+ | |- | ||
+ | |<i>--with-libxml2</i> use libxml2 library if installed. | ||
|- | |- | ||
+ | |<i>--with-libares</i> use ares library if installed. | ||
+ | |- | ||
+ | |<i>--with-libcares</i> use c-ares library if installed. | ||
+ | |} | ||
+ | |||
+ | == Non-Multilib == | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | ./configure --prefix=/usr && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | == Multilib == | ||
+ | |||
+ | <b>This package does not provide any libraries so only one installation is required.</b> | ||
+ | |||
+ | === 32Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
+ | ./configure --prefix=/usr && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === N32 === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
+ | ./configure --prefix=/usr --libdir=/usr/lib32 && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === 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 == | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |None | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |aria2c | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |None | ||
|} | |} | ||
− | -- | + | === Short Descriptions === |
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !aria2c | ||
+ | |is a download utility with resuming and segmented downloading. | ||
+ | |} |
Revision as of 11:38, 24 August 2007
Download Source: | http://downloads.sourceforge.net/aria2/aria2-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
--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.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
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 Directories: | None |
---|---|
Installed Programs: | aria2c |
Installed Libraries: | None |
Short Descriptions
aria2c | is a download utility with resuming and segmented downloading. |
---|