From 7031dd615e80f0b42571119776cf9066b0d97828 Mon Sep 17 00:00:00 2001 From: joewilliams Date: Fri, 10 Sep 2010 14:29:19 -0700 Subject: readme improvements for ubuntu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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] -- cgit v1.2.3