You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/01/22 00:56:01 UTC

git commit: updated INSTALL.Unix instructions for homebrew on Mac OS X

Updated Branches:
  refs/heads/master 10047e759 -> d7cbddc45


updated INSTALL.Unix instructions for homebrew on Mac OS X


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

Branch: refs/heads/master
Commit: d7cbddc452d26dc1b74b3b1f910d63ea32609c27
Parents: 10047e7
Author: Noah Slater <ns...@apache.org>
Authored: Sat Jan 21 23:55:24 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Jan 21 23:55:24 2012 +0000

----------------------------------------------------------------------
 INSTALL.Unix |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d7cbddc4/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 0836f6b..baf9d06 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -71,6 +71,14 @@ You can install the other dependencies by running:
 
     brew install erlang icu4c spidermonkey 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: