diff options
author | Stefano J. Attardi <stefano@attardi.org> | 2010-08-23 15:38:04 -0400 |
---|---|---|
committer | Stefano J. Attardi <stefano@attardi.org> | 2010-08-23 15:38:04 -0400 |
commit | d2e8838539648988db2b0bccb14fd4822d5705e0 (patch) | |
tree | 05676c4dd1c91698c0db9291c5774ec44df16377 | |
parent | 2a5a43974392f951a07ffe0c861a91a9ec2badc8 (diff) |
Added required symlink command for Spidermonkey 1.9.2 on Ubuntu.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ To install Spidermonkey 1.9.2 from PPA: sudo 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 ln -s /usr/lib/libmozjs-1.9.2.so /usr/lib/libmozjs.so #### Installing prerequisites on Mac OS X with [Homebrew][7] |