diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-03-07 11:31:49 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-03-07 11:31:49 +0100 |
commit | 7dd318216e6ac300ef4af9a2c9913617c5533724 (patch) | |
tree | 613441198fdfc375f6aae0b07ef55d5feb9199b7 /README.git | |
parent | 1aaeacff111a9d564d5c0c75b50b6d25b94a7c1a (diff) | |
download | fetchmail-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.
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |