Changes between Version 29 and Version 30 of BuildInstructions


Ignore:
Timestamp:
Jul 16, 2009, 1:48:13 PM (15 years ago)
Author:
espes
Comment:

Updated info regarding spidermonkey (Sombody needs to update the build instructions to spidermonkey 1.7.0)

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v29 v30  
    8585 * For '''OS X''' you'll need [http://www.macports.org MacPorts] first. Then the following might help: ''sudo port install boost libsdl spidermonkey wxWidgets''
    8686
    87  * You'll need a multi-threaded build of !SpiderMonkey. We're currently using !SpiderMonkey 1.6, so you should probably stick with that. If you have a single-threaded version, you should get some compiler errors and you might need to compile the right version yourself (see below). If you have non-1.6 then there may be more subtle runtime errors.
     87 * You'll need a multi-threaded build of !SpiderMonkey. If you have a single-threaded version, you should get some compiler errors and you might need to compile the right version yourself (see below).
    8888
    8989 * `svn co http://svn.wildfiregames.com/public/ps/trunk/` (or `http://svn.wildfiregames.com/svn/ps/trunk/` if you have commit access)
     
    114114 * `sudo ldconfig`
    115115
    116 The process on OS X should be similar, but with `../../dist/Darwin_DBG.OBJ`.
     116On '''OS X''', you can just install it from MacPorts, it already has thread-safe patches.
    117117
    118118On '''Gentoo''', you could use the system library (with the `threadsafe` flag) instead: