summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-05-09 01:10:18 -0600
committerAlan Antonuk <alan.antonuk@gmail.com>2013-05-09 01:10:18 -0600
commit1cdbe9e94c6d2dea5557472a3f3055df6e0d4da9 (patch)
treef355e05f28944a71cbb0ffb7bef195e1dc575055 /README.md
parent993dabe6027fb068dece50a3e0d1b8d3bcb2106a (diff)
downloadrabbitmq-c-github-ask-1cdbe9e94c6d2dea5557472a3f3055df6e0d4da9.tar.gz
autotools build needs pkg-config in README.md
The autotools build needs pkg-config. Add this to the README.md file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9aece46..26d61a3 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Other interesting flags that can be passed to CMake:
## Building and installing using autotools
For legacy purposes, a GNU autotools based build system is also maintained. The required
-utilities you need are autoconf v2.59+, automake v1.9+, and libtool v2.2+
+utilities you need are autoconf v2.59+, automake v1.9+, libtool v2.2+, and pkg-config.
From a fresh tarball you will need to run reconf: