aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-03 16:52:18 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-03 16:53:55 -0800
commitb86e30be06548f08cc002d6739c0e4071debcd0d (patch)
treeff6b56424a6e8ae78f323b979cff8c94f342ef30 /configure
parent8696882443048c0c31caf62e182dddb8cf8c2498 (diff)
configure: Tweak the working of the example commands slightly.
Basically just getting better parallelism between the descriptions of the Defora and Debian commands. (And fixing a nearby typo.)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 9 insertions, 8 deletions
diff --git a/configure b/configure
index 7180e5e7..fd194ab0 100755
--- a/configure
+++ b/configure
@@ -106,18 +106,20 @@ EOF
fi
cat <<EOF
-On a modern, package-based operating system such as Debian, you can
-install all of the dependencies with the following simple command
-line:
+With any luck, you're using a modern, package-based operating system
+that has all of these packages available in the distribution. In that
+case a simple command will install everything you need. For example:
+
+On Debian and similar systems:
sudo apt-get install libxapian-dev libgmime-2.4-dev libtalloc-dev
-Or on Fedora or other RPM-based systems:
+Or on Fedora and similar 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").
+On other systems, similar commands can be used, but the details of the
+package names may be different.
EOF
if [ $have_pkg_config -eq 0 ]; then
@@ -128,7 +130,6 @@ the various libraries needed by notmuch. It's possible you simply need
to install pkg-config with a command such as:
sudo apt-get install pkg-config
-
Or:
sudo yum install pkgconfig
@@ -202,7 +203,7 @@ XAPIAN_LDFLAGS = ${xapian_ldflags}
GMIME_CFLAGS = ${gmime_cflags}
GMIME_LDFLAGS = ${gmime_ldflags}
-# Flags needed to compile and linke against talloc
+# Flags needed to compile and link against talloc
TALLOC_CFLAGS = ${talloc_cflags}
TALLOC_LDFLAGS = ${talloc_ldflags}