diff options
| author | David Bremner <david@tethera.net> | 2020-06-26 08:11:00 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-03 06:31:54 -0300 |
| commit | f981f5bae0e33219b7e0e9f2d5e03d54d0d88cce (patch) | |
| tree | 8d07c006d31e7ca3ff44410deff33f06ccf67414 /configure | |
| parent | 18a152294870fc89ed95791d5afbb68d49bc33f9 (diff) | |
doc: update install suggestions for fedora derivatives
Fedora still has an old gmime-devel which is 2.6.x. This is no longer
supported by notmuch. Also apparently dnf is a better choice than yum.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1028,7 +1028,7 @@ On Debian and similar systems: Or on Fedora and similar systems: - sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel + sudo dnf install xapian-core-devel gmime30-devel libtalloc-devel zlib-devel On other systems, similar commands can be used, but the details of the package names may be different. @@ -1043,7 +1043,7 @@ to install pkg-config with a command such as: sudo apt-get install pkg-config Or: - sudo yum install pkgconfig + sudo dnf install pkgconfig But if pkg-config is not available for your system, then you will need to modify the configure script to manually set the cflags and ldflags |
