mysticgalaxies team mailing list archive
-
mysticgalaxies team
-
Mailing list archive
-
Message #00025
Amethyst Javascript Support
Amethyst now supports Javascript and requires Mozilla SpiderMonkey
( http://www.mozilla.org/js/spidermonkey/ ) to use that functionality.
First you'll want to get it from the source repository.
hg clone http://hg.mozilla.org/mozilla-central/
Next, you'll have to make sure you have autoconf 2.13 (that exact
version is required). Then, run the following.
cd mozilla-central/js/src
autoconf-2.13
./configure
make
sudo make install
Because I assume the people subscribed to this mailing list know how to
configure compilations from this point, I need not explain the rest.