Changes between Version 103 and Version 104 of BuildInstructions


Ignore:
Timestamp:
Oct 22, 2010, 2:21:22 AM (14 years ago)
Author:
Philip Taylor
Comment:

mention git

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v103 v104  
    108108}}}
    109109 "`-j3`" gives the number of parallel builds to run, and should typically be one plus the number of CPU cores available.
     110 * Alternatively you could download the code from a [http://github.com/0ad/0ad/ Git mirror] (which may be slightly less up-to-date than SVN).
    110111 * The Release mode builds are more optimised, are harder to debug. Use `CONFIG=Debug` (and run `pyrogenesis_dbg`) if you need better debugging support.
    111112 * If you encounter any build errors, look for an existing bug report or report a new bug. Also check the [#Knownproblemsandsolutions known problems section] below.