Archive for January 4th, 2013
Build and install Mozilla Spider Monkey (spidermonkey-bin) on Ubuntu Linux
Posted by MB in Uncategorized on January 4, 2013
Here’s how to quickly and easily build spidermonkey-bin from source on Ubuntu Linux.
sudo apt-get install mercurial autoconf2.13 hg clone http://hg.mozilla.org/mozilla-central spidermonkey cd spidermonkey/js/src autoconf2.13 ./configure make sudo make install
Enjoy!