# HG changeset patch # User Atul Varma # Date 1246570533 25200 # Node ID dfa8f0d36a6d42a9490d47806e7aa501b29eb034 # Parent 5b410007a9c9e23cd1476701502f83fea7014361 Added README. diff -r 5b410007a9c9 -r dfa8f0d36a6d README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Thu Jul 02 14:35:33 2009 -0700 @@ -0,0 +1,23 @@ +This is a snapshot of the 'js' directory from the following revision +of mozilla-central: + + http://hg.mozilla.org/mozilla-central/file/67db973f0a30/js/ + +The snapshot was taken using the following command while in the root of this repository: + + hg archive -I "js/*" ~/spidermonkey + +A configure script has already been generated in the source directory +using autoconf213, so SpiderMonkey can be built by executing the +following from the root of this checkout: + + mkdir obj + cd obj + ../js/src/configure --enable-static --disable-tests + make -j 2 + +The 'obj' directory in this case is called the 'objdir' in Mozilla +build system parlance. + +- Atul Varma + July 2, 2009