docs:mac:builds:spidermonkey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:mac:builds:spidermonkey [2008/08/08 23:28] – created billhdocs:mac:builds:spidermonkey [2008/08/09 01:06] (current) billh
Line 1: Line 1:
 ====== SpiderMonkey ====== ====== SpiderMonkey ======
   * download source from http://ftp.mozilla.org/pub/mozilla.org/js/   * download source from http://ftp.mozilla.org/pub/mozilla.org/js/
 +  * extract and change to js/src/
   * build with this (BUILD_OPT=1 forces a non-debug, optimized build)<code>   * build with this (BUILD_OPT=1 forces a non-debug, optimized build)<code>
 make -f Makefile.ref BUILD_OPT=1 make -f Makefile.ref BUILD_OPT=1
 </code> </code>
-  * a js executable will be created in js/src/Darwin_OPT.OBJ+  * copy header file to fix build for [[mediatomb]]<code> 
 +cp Darwin_OPT.OBJ/jsautocfg.h ../ 
 +</code> 
 +  * manually install the libraries<code> 
 +sudo cp js/src/Darwin_DBG.OBJ/libjs.* /usr/local/lib/ 
 +</code>
  
 ===== External Links ===== ===== External Links =====
   * http://www.mozilla.org/js/spidermonkey/   * http://www.mozilla.org/js/spidermonkey/
   * http://developer.mozilla.org/en/docs/SpiderMonkey_Build_Documentation   * http://developer.mozilla.org/en/docs/SpiderMonkey_Build_Documentation
  • docs/mac/builds/spidermonkey.1218259725.txt.gz
  • Last modified: 2008/08/08 23:28
  • by billh