summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 9b4419899fd4fd8bf6af08725ef534ef2a3ee33c (plain)
1
2
3
4
5
6
7
8
9
10
11
Full build documentation for SpiderMonkey is hosted on MDN:
  https://developer.mozilla.org/en-US/docs/SpiderMonkey/Build_Documentation

Note that the libraries produced by the build system include symbols,
causing the binaries to be extremely large. It is highly suggested that `strip`
be run over the binaries before deploying them.

Building with default options may be performed as follows:
  cd js/src
  ./configure
  make