Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:mac:builds:spidermonkey [2008/08/08 23:28] – created billh | docs:mac:builds:spidermonkey [2008/08/09 01:06] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SpiderMonkey ====== | ====== SpiderMonkey ====== | ||
* download source from http:// | * download source from http:// | ||
+ | * extract and change to js/src/ | ||
* build with this (BUILD_OPT=1 forces a non-debug, optimized build)< | * build with this (BUILD_OPT=1 forces a non-debug, optimized build)< | ||
make -f Makefile.ref BUILD_OPT=1 | make -f Makefile.ref BUILD_OPT=1 | ||
</ | </ | ||
- | * a js executable will be created in js/src/Darwin_OPT.OBJ | + | * copy header file to fix build for [[mediatomb]]< |
+ | cp Darwin_OPT.OBJ/ | ||
+ | </ | ||
+ | * manually install the libraries< | ||
+ | sudo cp js/src/Darwin_DBG.OBJ/libjs.* / | ||
+ | </ | ||
===== External Links ===== | ===== External Links ===== | ||
* http:// | * http:// | ||
* http:// | * http:// |