From: Jeffrey C. Ollie Date: Sat, 28 Nov 2009 14:20:08 +0000 (-0600) Subject: Add some text to configure on how to install dependencies with yum. X-Git-Tag: 0.1~233 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8696882443048c0c31caf62e182dddb8cf8c2498 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 --- diff --git a/configure b/configure index cd4a30e2..7180e5e7 100755 --- a/configure +++ b/configure @@ -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