summaryrefslogtreecommitdiff
path: root/INSTALL.Unix
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2012-01-21 23:55:24 +0000
committerNoah Slater <nslater@apache.org>2012-01-21 23:55:24 +0000
commitd7cbddc452d26dc1b74b3b1f910d63ea32609c27 (patch)
tree5ee21317bb9894766ae576dbe06b108126e5b75e /INSTALL.Unix
parent10047e75935818e0421bdd9ac96dc21334f90e95 (diff)
downloadcouchdb-d7cbddc452d26dc1b74b3b1f910d63ea32609c27.tar.gz
updated INSTALL.Unix instructions for homebrew on Mac OS X
Diffstat (limited to 'INSTALL.Unix')
-rw-r--r--INSTALL.Unix8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 0836f6b45..baf9d060b 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: