mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
18a1522948
commit
f981f5bae0
2 changed files with 3 additions and 3 deletions
2
INSTALL
2
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.
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue