From 2acf1c6ab5615d352d7af5df430312579fb89089 Mon Sep 17 00:00:00 2001 From: "Stefano J. Attardi" Date: Mon, 23 Aug 2010 16:04:51 -0400 Subject: Updated Ubuntu instructions based on Wiki page, fixed command to append to the apt sources list as root. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 703fdd12..302bed89 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,15 @@ Cloudant Core has the same dependencies as CouchDB: To install Spidermonkey 1.9.2 from PPA: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 74EE6429 - sudo echo "deb http://ppa.launchpad.net/commonjs/ppa/ubuntu karmic main" >> /etc/apt/sources.list + 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 libmozjs-1.9.2-dev + sudo apt-get install libmozjs-1.9.2 sudo ln -s /usr/lib/libmozjs-1.9.2.so /usr/lib/libmozjs.so +Odd cleanup tasks: + + sudo rm /usr/lib/erlang/man/man5/modprobe.d.5 + #### Installing prerequisites on Mac OS X with [Homebrew][7] brew install erlang icu4c spidermonkey -- cgit v1.2.3