unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: "Jeffrey C. Ollie" <jeff@ocjtech.us>
To: Not Much Mail <notmuch@notmuchmail.org>
Subject: [PATCH] Add some text to configure on how to install dependencies with yum.
Date: Sat, 28 Nov 2009 08:20:08 -0600	[thread overview]
Message-ID: <1259418008-23138-1-git-send-email-jeff@ocjtech.us> (raw)

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>
---
 configure |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index e55f067..4377167 100755
--- a/configure
+++ b/configure
@@ -89,6 +89,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").
 
@@ -103,6 +107,9 @@ 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 manually edit the notmuch Makefile to set NOTMUCH_CFLAGS and
 NOTMUCH_LDFLAGS to the correct values without calling pkg-config.
-- 
1.6.5.2

             reply	other threads:[~2009-11-28 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-28 14:20 Jeffrey C. Ollie [this message]
2009-12-04  0:55 ` [PATCH] Add some text to configure on how to install dependencies with yum Carl Worth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1259418008-23138-1-git-send-email-jeff@ocjtech.us \
    --to=jeff@ocjtech.us \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).