summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjoewilliams <joe@der-dieb.local>2010-09-10 14:29:19 -0700
committerjoewilliams <joe@der-dieb.local>2010-09-10 14:29:19 -0700
commit7031dd615e80f0b42571119776cf9066b0d97828 (patch)
tree9f1831b6ac3e53159ee0bb3c9de88a09b9647aed /README.md
parent9e9423fcd51e73c8d04d18018bbde2fb028bb66a (diff)
readme improvements for ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0808ad1f..8edcf517 100644
--- a/README.md
+++ b/README.md
@@ -25,14 +25,14 @@ BigCouch has the same dependencies as CouchDB:
#### Installing prerequisites on Ubuntu
- sudo apt-get install erlang libicu42 libcurl-openssl-dev
+ sudo apt-get install erlang libicu42 lbicu-dev libcurl4-openssl-dev
To install Spidermonkey 1.9.2 from PPA:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 74EE6429
sudo bash -c 'echo "deb http://ppa.launchpad.net/commonjs/ppa/ubuntu karmic main" >> /etc/apt/sources.list'
sudo apt-get update
- sudo apt-get install libmozjs-1.9.2
+ sudo apt-get install libmozjs-1.9.2 libmozjs-1.9.2-dev
sudo ln -s /usr/lib/libmozjs-1.9.2.so /usr/lib/libmozjs.so
#### Installing prerequisites on Mac OS X with [Homebrew][7]