Skip to content

Instantly share code, notes, and snippets.

@seiji
Created October 22, 2012 04:57
Show Gist options
  • Save seiji/3929710 to your computer and use it in GitHub Desktop.
Save seiji/3929710 to your computer and use it in GitHub Desktop.
Build spidermonkey
wget ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz
tar -zxf js-1.7.0.tar.gz
cd js/src
export CFLAGS="-DJS_C_STRINGS_ARE_UTF8"
make -f Makefile.ref
sudo JS_DIST=/usr/local/js make -f Makefile.ref export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment