JavaScript:New to SpiderMonkey: Difference between revisions

Jump to navigation Jump to search
Add shell building instructions.
(Don't need to build firefox)
(Add shell building instructions.)
Line 17: Line 17:
Most of the time, you'll be working with the Javascript shell, instead of the full Firefox browser. So build the shell:  
Most of the time, you'll be working with the Javascript shell, instead of the full Firefox browser. So build the shell:  


  cd js/src  
  cd tracemonkey/js/src
autoconf2.13
  mkdir build_DBG.OBJ  
  mkdir build_DBG.OBJ  
  cd build_DBG.OBJ  
  cd build_DBG.OBJ  
  ../configure --enable-debug --disable-optimize
  ../configure --enable-debug --disable-optimize
If you're having trouble or are missing dependencies, refer to https://developer.mozilla.org/en/SpiderMonkey/Build_Documentation#Building_SpiderMonkey_tip.


=== Fix something ===
=== Fix something ===
120

edits

Navigation menu