diff options
author | Stefano J. Attardi <stefano@attardi.org> | 2010-08-23 16:04:51 -0400 |
---|---|---|
committer | Stefano J. Attardi <stefano@attardi.org> | 2010-08-23 16:16:27 -0400 |
commit | 2acf1c6ab5615d352d7af5df430312579fb89089 (patch) | |
tree | 2a9fbfc4c6869e02d7b78a9b7d9bb7368d6d0f5b /README.md | |
parent | 68fbd182679092c3264e833b987314c36dd11deb (diff) |
Updated Ubuntu instructions based on Wiki page, fixed command to
append to the apt sources list as root.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |