Mercurial > spidermonkey
changeset 3:dfa8f0d36a6d
Added README.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 02 Jul 2009 14:35:33 -0700 |
parents | 5b410007a9c9 |
children | 7e1cfccb30a1 |
files | README |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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