summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-04-30 11:23:47 +0000
committerNoah Slater <nslater@apache.org>2008-04-30 11:23:47 +0000
commitf9e91ea2e5f53d0c7d63c1394741bb88c9d59519 (patch)
tree9fe62dda3026f30fc3f28d0cace5b2aa1e9c8c6e
parent2f40a05f2631b9c92758720c2e9703cb0c9198d7 (diff)
updated README for clarity, thanks frodwith
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@652333 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index efe832ed..3ace1f6d 100644
--- a/README
+++ b/README
@@ -22,14 +22,12 @@ GNU/Linux) you can install these dependencies using the `apt-get` command:
apt-get install automake autoconf libtool subversion-tools help2man
-If you are running OS X and have [MacPorts][07] installed you can install some of
-these dependencies by using the `port` command:
+The OS X version of these dependencies may be out of date so it is recommended
+that you use [MacPorts][07] to install newer versions using the `port` command:
port install automake autoconf libtool help2man
-Note: OS X users should already have Automake, Autoconf and Libtool installed.
-
-Note: MacPorts users will need to install svn2cl by hand.
+Note: MacPorts users will need to install svn2cl by hand if they wish to use it.
### Bootstrapping ###