Add some text to configure on how to install dependencies with yum.

Add some text on how to install dependencies with yum for Fedora or
other systems that use yum for package management.  Since the named of
the required packages on Fedora are slightly different from Debian
this will help get new users of notmuch that use Fedora going quicker.

Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
This commit is contained in:
Jeffrey C. Ollie 2009-11-28 08:20:08 -06:00 committed by Carl Worth
parent c8b50eee28
commit 8696882443

7
configure vendored
View file

@ -112,6 +112,10 @@ line:
sudo apt-get install libxapian-dev libgmime-2.4-dev libtalloc-dev
Or on Fedora or other RPM-based systems:
sudo yum install xapian-core-devel gmime-devel libtalloc-devel
On other systems, a similar command can be used, but the details of the
package names may be different, (such as "devel" in place of "dev").
@ -125,6 +129,9 @@ to install pkg-config with a command such as:
sudo apt-get install pkg-config
Or:
sudo yum 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
variables to the correct values to link against each library in each