You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/08/02 22:08:33 UTC

[19/49] git commit: updated refs/heads/1867-feature-plugins to d269b53

update mac install instructions


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/54e0aa0e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/54e0aa0e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/54e0aa0e

Branch: refs/heads/1867-feature-plugins
Commit: 54e0aa0e96a3f753edcf5011b3c3aa63f63e6196
Parents: e49c961
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Aug 2 14:57:22 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Aug 2 14:57:22 2013 +0200

----------------------------------------------------------------------
 INSTALL.Unix | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/54e0aa0e/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 15c960b..208c500 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -105,9 +105,7 @@ distributions, it's recommended to use a more recent js-devel-1.8.5.
 Mac OS X
 ~~~~~~~~
 
-You can install the build tools by running:
-
-    open /Applications/Installers/Xcode\ Tools/XcodeTools.mpkg
+To build CouchDB from source on Mac OS X, you will need to install Xcode.
 
 You can install the other dependencies by running:
 
@@ -120,14 +118,6 @@ You can install the other dependencies by running:
     brew install spidermonkey
     brew install curl
 
-You may want to link ICU so that CouchDB can find the header files automatically:
-
-    brew link icu4c
-
-The same is true for recent versions of Erlang:
-
-    brew link erlang
-
 You will need Homebrew installed to use the `brew` command.
 
 Learn more about Homebrew at: