Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7257E431FBC for ; Sat, 28 Nov 2009 06:20:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10Tj-jQjKBRD for ; Sat, 28 Nov 2009 06:20:19 -0800 (PST) Received: from mail-yw0-f200.google.com (mail-yw0-f200.google.com [209.85.211.200]) by olra.theworths.org (Postfix) with ESMTP id 90809431FAE for ; Sat, 28 Nov 2009 06:20:19 -0800 (PST) Received: by ywh38 with SMTP id 38so2064586ywh.6 for ; Sat, 28 Nov 2009 06:20:19 -0800 (PST) Received: by 10.90.23.21 with SMTP id 21mr3111654agw.59.1259418018958; Sat, 28 Nov 2009 06:20:18 -0800 (PST) Received: from max1.ocjtech.us ([69.57.47.215]) by mx.google.com with ESMTPS id 6sm1213186yxg.48.2009.11.28.06.20.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Nov 2009 06:20:18 -0800 (PST) Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by max1.ocjtech.us with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NEO9o-00061k-Q0; Sat, 28 Nov 2009 08:20:16 -0600 From: "Jeffrey C. Ollie" To: Not Much Mail Date: Sat, 28 Nov 2009 08:20:08 -0600 Message-Id: <1259418008-23138-1-git-send-email-jeff@ocjtech.us> X-Mailer: git-send-email 1.6.5.2 Subject: [notmuch] [PATCH] Add some text to configure on how to install dependencies with yum. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 14:20:20 -0000 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 --- 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