docs:mac:builds:spidermonkey

SpiderMonkey

  • extract and change to js/src/
  • build with this (BUILD_OPT=1 forces a non-debug, optimized build)
    make -f Makefile.ref BUILD_OPT=1
  • copy header file to fix build for mediatomb
    cp Darwin_OPT.OBJ/jsautocfg.h ../
  • manually install the libraries
    sudo cp js/src/Darwin_DBG.OBJ/libjs.* /usr/local/lib/
  • docs/mac/builds/spidermonkey.txt
  • Last modified: 2008/08/09 01:06
  • by billh