view README @ 5:f987803ddf97 default tip

Added tag 1.8.1pre for changeset 7e1cfccb30a1
author Atul Varma <varmaa@toolness.com>
date Sun, 16 Aug 2009 10:23:43 -0700
parents dfa8f0d36a6d
children
line wrap: on
line source

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