Changes between Version 304 and Version 305 of BuildInstructions


Ignore:
Timestamp:
May 1, 2017, 2:48:39 AM (7 years ago)
Author:
leper
Comment:

Revert previous edit. Just because we still support 2.8, doesn't mean that we should recommend old versions.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v304 v305  
    6565
    6666=== Building Atlas ===
    67 If you also wish to test the [wiki:Atlas_Manual Atlas Scenario Editor] or [wiki:Actor_Editor Actor Editor] tools, you will need to download and build the [http://www.wxwidgets.org/ wxWidgets 2.8] library separately (see [source:/ps/trunk/libraries/wxwidgets/README.txt libraries/wxwidgets/README.txt] for details), then supply the `--atlas` option when running `update-workspaces.bat`. Atlas projects will now be included when you open `pyrogenesis.sln` in Visual C++.
     67If you also wish to test the [wiki:Atlas_Manual Atlas Scenario Editor] or [wiki:Actor_Editor Actor Editor] tools, you will need to download and build the [http://www.wxwidgets.org/ wxWidgets] library separately (see [source:/ps/trunk/libraries/wxwidgets/README.txt libraries/wxwidgets/README.txt] for details), then supply the `--atlas` option when running `update-workspaces.bat`. Atlas projects will now be included when you open `pyrogenesis.sln` in Visual C++.
    6868
    6969=== Running ===
     
    107107To compile editing tools (enabled by default; pass the flag `--disable-atlas` to `update-workspaces.sh` to disable):
    108108
    109  * wxWidgets 2.8 (packages are probably called wxgtk)
     109 * wxWidgets (packages are probably called wxgtk)
    110110
    111111To use shared system libraries instead of bundled copies (default) of libraries (pass the flag `--with-system-$COMPONENT` to `update-workspaces.sh` to use the non-bundled copy):