summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjoewilliams <joe@der-dieb.local>2010-09-10 11:57:08 -0700
committerjoewilliams <joe@der-dieb.local>2010-09-10 11:57:08 -0700
commit9e9423fcd51e73c8d04d18018bbde2fb028bb66a (patch)
treef59ef3d839c81f5b8a3b4e4649729d85932ca387 /README.md
parentc61e5a2ede5c3efce2b9db761a28d0210e5b1fd4 (diff)
updated readme for centos/redhat
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 156b1f2a..0808ad1f 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ BigCouch has the same dependencies as CouchDB:
* Erlang (R13B03 or higher)
* ICU (4.2 is preferable)
* Spidermonkey (1.9.2 preferable, [https://launchpad.net/~commonjs/+archive/ppa/][6])
- * LibCurl
+ * LibCurl (7.18 or higher)
* OpenSSL
* make
* Python (2.4 or higher)
@@ -40,6 +40,12 @@ To install Spidermonkey 1.9.2 from PPA:
brew install erlang icu4c spidermonkey
brew ln icu4c
+#### Installing prerequisites on RedHat/Centos
+
+ yum install js-devel libicu libicu-devel openssl openssl-devel python python-devel
+
+ Erlang and LibCurl need to be installed from source to meet version requirements
+
#### Building and installing BigCouch
`$CLOUDANT_SRC` is the directory holding your downloaded source files, while `$PREFIX` is the prefix to which the software is installed (defaults to `/opt/bigcouch`):