aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-03-07 11:31:49 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-03-07 11:31:49 +0100
commit7dd318216e6ac300ef4af9a2c9913617c5533724 (patch)
tree613441198fdfc375f6aae0b07ef55d5feb9199b7
parent1aaeacff111a9d564d5c0c75b50b6d25b94a7c1a (diff)
downloadfetchmail-7dd318216e6ac300ef4af9a2c9913617c5533724.tar.gz
fetchmail-7dd318216e6ac300ef4af9a2c9913617c5533724.tar.bz2
fetchmail-7dd318216e6ac300ef4af9a2c9913617c5533724.zip
Mention pkg-config needed.
if pkg-config is missing, auto(re)conf emits misleading error messages.
-rw-r--r--README.git3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.git b/README.git
index 8ce3fbb0..1b7626b2 100644
--- a/README.git
+++ b/README.git
@@ -19,6 +19,7 @@ The prerequisite packages are:
- GNU bison
- GNU flex >= 2.5.30
- A TLSv1.3-capable OpenSSL version (>= 1.1.1)
+- pkg-config
After you have everything installed, type:
@@ -34,4 +35,4 @@ $ make
(become root)
# make install-strip
--- Matthias Andree, 2020-06-21
+-- Matthias Andree, 2021-03-07