Changes between Version 64 and Version 65 of BuildInstructions


Ignore:
Timestamp:
Aug 9, 2009, 12:25:51 AM (15 years ago)
Author:
espes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v64 v65  
    8282 * `cd gcc`
    8383 * `make -j3` (where `3` is the number of parallel builds to run, and could perhaps be one plus the number of CPU cores available)
     84   * Note: Parallel building can create errors due to race conditions. Run a "make clean" and try just "make" if you encounter problems.
    8485 * If you encounter any build errors, look for an existing bug report or report a new bug.
    8586 * `( cd ../../../binaries/system && ./pyrogenesis_dbg )`
     
    109110   * `cd gcc`
    110111   * `make -j3` (where `3` is the number of parallel builds to run, and could perhaps be one plus the number of CPU cores available)
    111    * ''' If you cannot manage to compile with the Apple's default compiler (gcc 4.0.1), you may try compiling with gcc 4.2 (recommended) or 4.3 ''' (this worked for me a least) : see the [http://trac.wildfiregames.com/wiki/BuildInstructions#Compilingwithgcc4.2or4.3underOSX detailed section here under].  Note that gcc 4.1 failed to compile FCollada for me, so I don't recommand it
     112     * Note: Parallel building can create errors due to race conditions. Run a "make clean" and try just "make" if you encounter problems.
     113
     114   * ''' If you cannot manage to compile with the Apple's default compiler (gcc 4.0.1), you may try compiling with gcc 4.2 (recommended) or 4.3 ''' (this worked for me a least) : see the [http://trac.wildfiregames.com/wiki/BuildInstructions#Compilingwithgcc4.2or4.3underOSX detailed section here under].  Note that gcc 4.1 failed to compile FCollada for me, so I don't recommend it
     115
    112116   * If you encounter any build errors, look for an existing bug report or report a new bug (I myself still get a last error, but it seems harmless).
    113117