Changes between Version 69 and Version 70 of BuildInstructions


Ignore:
Timestamp:
Aug 30, 2009, 12:15:00 PM (15 years ago)
Author:
Jan Wassenberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v69 v70  
    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.
     84   * '''Note''': Parallel building can create errors due to race conditions. Run a "make clean" and try just "make" if you encounter problems.
    8585 * If you encounter any build errors, look for an existing bug report or report a new bug.
    8686 * `( cd ../../../binaries/system && ./pyrogenesis_dbg )`