Created
April 15, 2012 06:09
-
-
Save varavut/2390355 to your computer and use it in GitHub Desktop.
rebuild SpiderMonkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install curl | |
sudo curl -O ftp://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz | |
sudo tar xvzf js185-1.0.0.tar.gz | |
cd js/src | |
export CFLAGS="-DJS_C_STRINGS_ARE_UTF8" | |
make -f Makefile.ref | |
JS_DIST=/usr make -f Makefile.ref export |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment