Changes between Version 63 and Version 64 of BuildInstructions


Ignore:
Timestamp:
Aug 8, 2009, 1:29:21 PM (15 years ago)
Author:
Simon Brenner
Comment:

External libraries are now built automatically by update-workspaces.sh

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v63 v64  
    7878 * `svn co http://svn.wildfiregames.com/public/ps/trunk/` (or `http://svn.wildfiregames.com/svn/ps/trunk/` if you have commit access)
    7979   * '''Note:''' The SVN server is currently very busy, and is likely to return "503 Service Unavailable" errors. You might want to wait a few days before downloading all the code. Alternatively, download and extract http://os.wildfiregames.com/ps-snapshot-r6953.tar.gz (300MB) or http://os.wildfiregames.com/ps-snapshot-r6953.tar.7z (140MB, 7-Zip) then run `svn up`. (The snapshot requires Subversion 1.5 or higher. It will break badly if you try it on Windows.)
    80  * `( cd trunk/libraries/fcollada/src && make )`
    81  * `( cd trunk/libraries/spidermonkey/src && ./build.sh )`
    8280 * `cd trunk/build/workspaces`
    8381 * `./update-workspaces.sh` (you'll have to repeat this step each time a source file is added or removed)
     
    105103
    106104 * Now get the last revision of the game : `svn co http://svn.wildfiregames.com/public/ps/trunk/` (or `http://svn.wildfiregames.com/svn/ps/trunk/` if you have commit access)
    107 
    108  * Compile FCollada : `cd trunk/libraries/fcollada/src && make`
    109 
    110  * Compile SpiderMonkey: `cd trunk/libraries/spidermonkey/src && ./build.sh`
    111105
    112106 * then compile the game :