mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
State explicitly that pkg-config is required
This commit is contained in:
parent
86f5d01708
commit
4808715e66
1 changed files with 1 additions and 2 deletions
|
@ -155,6 +155,7 @@ distribution you use):
|
||||||
* libxml2-dev (Required for Metalink support)
|
* libxml2-dev (Required for Metalink support)
|
||||||
* zlib1g-dev (Required for gzip, deflate decoding support in HTTP)
|
* zlib1g-dev (Required for gzip, deflate decoding support in HTTP)
|
||||||
* libsqlite3-dev (Required for Firefox3/Chromium cookie support)
|
* libsqlite3-dev (Required for Firefox3/Chromium cookie support)
|
||||||
|
* pkg-config (Required to detect installed libraries)
|
||||||
|
|
||||||
You can use libgcrypt-dev instead of nettle-dev and libgmp-dev:
|
You can use libgcrypt-dev instead of nettle-dev and libgmp-dev:
|
||||||
|
|
||||||
|
@ -170,8 +171,6 @@ You can use libexpat1-dev instead of libxml2-dev:
|
||||||
|
|
||||||
* libexpat1-dev (Required for Metalink support)
|
* libexpat1-dev (Required for Metalink support)
|
||||||
|
|
||||||
You may also need pkg-config to detect the above mentioned libraries.
|
|
||||||
|
|
||||||
On Fedora you need the following packages: gcc, gcc-c++, kernel-devel,
|
On Fedora you need the following packages: gcc, gcc-c++, kernel-devel,
|
||||||
libgcrypt-devel, libgcrypt-devel, libxml2-devel, openssl-devel
|
libgcrypt-devel, libgcrypt-devel, libxml2-devel, openssl-devel
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue