JavaScript:New to SpiderMonkey: Difference between revisions

Jump to navigation Jump to search
→‎Build the js shell: deduplicate, point people to the build documentation for all issues
(→‎Build the js shell: back out comment about python which dupilcates the build documentation)
(→‎Build the js shell: deduplicate, point people to the build documentation for all issues)
Line 23: Line 23:
  cd ..
  cd ..


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 this doesn't work, refer to [https://developer.mozilla.org/en/SpiderMonkey/Build_Documentation the SpiderMonkey build documentation].
 
<tt>VPATH</tt> builds, also called out-of-source builds, must be used, hence the <tt>mkdir</tt> above is not an options.
 
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 ===
638

edits

Navigation menu