summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-06-26 08:11:00 -0300
committerDavid Bremner <david@tethera.net>2020-07-03 06:31:54 -0300
commitf981f5bae0e33219b7e0e9f2d5e03d54d0d88cce (patch)
tree8d07c006d31e7ca3ff44410deff33f06ccf67414 /INSTALL
parent18a152294870fc89ed95791d5afbb68d49bc33f9 (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 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index f1236e71..40ea377a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -95,7 +95,7 @@ dependencies with a single simple command line. For example:
For Fedora and similar:
- sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel python3-sphinx texinfo info
+ sudo dnf install xapian-core-devel gmime30-devel libtalloc-devel zlib-devel python3-sphinx texinfo info
On other systems, a similar command can be used, but the details of
the package names may be different.