JavaScript:New to SpiderMonkey: Difference between revisions

Specify that VPATH builds are not an option and just installing autoconf-2.13 from source is not sufficient.
(→‎Benchmark your changes: Add other benchmarks to the list.)
(Specify that VPATH builds are not an option and just installing autoconf-2.13 from source is not sufficient.)
Line 24: Line 24:


If you're having trouble or are missing dependencies, refer to [https://developer.mozilla.org/en/SpiderMonkey/Build_Documentation#Building_SpiderMonkey_tip Building SpiderMonkey Tip].
If you're having trouble or are missing dependencies, refer to [https://developer.mozilla.org/en/SpiderMonkey/Build_Documentation#Building_SpiderMonkey_tip Building SpiderMonkey Tip].
''Note'': <tt>VPATH</tt> builds, also called out-of-source builds, must be used, hence the <tt>mkdir</tt> above is not an options.  Moreover it is not sufficient to have ''autoconf'' installed on your system, that happens to have the version 2.13.  For the <tt>../configure</tt> process a binary called <tt>autoconf2.13</tt> or <tt>autoconf-2.13</tt> must be on your <tt>$PATH</tt>.


=== Fix something ===
=== Fix something ===
3

edits