Skip to content

Commit

Permalink
State explicitly that pkg-config is required
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Mar 13, 2013
1 parent 86f5d01 commit 4808715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ distribution you use):
* libxml2-dev (Required for Metalink support)
* zlib1g-dev (Required for gzip, deflate decoding support in HTTP)
* 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:

Expand All @@ -170,8 +171,6 @@ You can use libexpat1-dev instead of libxml2-dev:

* 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,
libgcrypt-devel, libgcrypt-devel, libxml2-devel, openssl-devel

Expand Down

0 comments on commit 4808715

Please sign in to comment.