Changes between Version 350 and Version 351 of BuildInstructions


Ignore:
Timestamp:
Jul 13, 2019, 3:07:27 PM (5 years ago)
Author:
historic_bruno
Comment:

Make wxWidgets 3.0 requirement more explicit, see #5502

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v350 v351  
    6666
    6767=== Building Atlas ===
    68 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] library separately (see [source:/ps/trunk/libraries/wxwidgets/README.txt ps\libraries\win32\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++.
     68If 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 (version 3.0 and above; see [source:/ps/trunk/libraries/wxwidgets/README.txt ps\libraries\win32\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++.
    6969
    7070=== Running ===
     
    114114To compile editing tools (enabled by default; pass the flag `--disable-atlas` to `update-workspaces.sh` to disable):
    115115
    116  * wxWidgets (packages are probably called wxgtk)
     116 * wxWidgets (at least 3.0; packages are probably called wxgtk)
    117117
    118118To 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):
     
    143143
    144144==== Mandriva ====
     145'''TODO: outdated, please update'''
     146
    145147Install the dependencies with:
    146148
     
    524526== BSD ==
    525527'''Note: The *BSD support is a work in progress and should be considered experimental. That means don't try it unless you "know what you're doing" :)'''
     528'''TODO: outdated, please update'''
    526529
    527530 * Install the following ports or packages (names probably differ depending on the BSD variant):[[BR]] Install commands for the variants are provided below.
     
    545548   * sdl2
    546549   * subversion
    547    * wxWidgets-gtk2 (unicode) - required to build the Atlas editor
     550   * wxWidgets-gtk2 (3.0 and above) - required to build the Atlas editor
    548551   * zip
    549552   * '''Note:''' zlib should already be installed by default