Changes between Version 28 and Version 29 of BuildInstructions


Ignore:
Timestamp:
Jul 16, 2009, 12:10:53 AM (15 years ago)
Author:
Philip Taylor
Comment:

note NASM bug

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v28 v29  
    4646Run the game with F5 inside Visual Studio (assuming "pyrogenesis" is set as the startup project, which is default). If you want to run it outside the debugger, run `binaries/system/pyrogenesis_dbg.exe`.
    4747
    48 To run the (currently quite minimal) automated tests, run the "test" project. (Right click on "test" and "set as StartUp Project" and F5; or right click, "Debug", "Start new instance"). In VS's debug output window, ignore any "first-chance exception" messages; it should say ".......OK!" if it succeeded.
     48To run the (currently quite minimal) automated tests, run the "test" project. (Right click on "test" and "set as !StartUp Project" and F5; or right click, "Debug", "Start new instance"). In VS's debug output window, ignore any "first-chance exception" messages; it should say ".......OK!" if it succeeded.
    4949
    5050=== Keeping up to date ===
     
    6363  * Subversion
    6464  * NASM
     65   * There is a [http://sourceforge.net/tracker/?func=detail&aid=2821249&group_id=6208&atid=106208 bug] in NASM 2.06 on x86_64, so you might want to try a different version if you get errors.
    6566  * SDL
    6667  * Boost