Changes between Version 416 and Version 417 of BuildInstructions


Ignore:
Timestamp:
Dec 29, 2021, 6:59:35 PM (2 years ago)
Author:
Brent Johnson
Comment:

Add info on setting WX_CONFIG for Manjaro

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v416 v417  
    129129
    130130==== !ArchLinux, Manjaro ====
     131 * Install the dependencies with:
    131132{{{
    132133#!sh
     
    135136    python2 rust sdl2 subversion wxgtk3 zip zlib
    136137}}}
     138 * If building Atlas, you need to set the WX_CONFIG variable, because wx-config has a different name on ArchLinux/Manjaro. For example, run this command before running update-workspaces.sh:
     139{{{
     140#!sh
     141export WX_CONFIG=wx-config-gtk3
     142}}}
     143   if not correct, you will get errors about missing "wx/*.h" includes. You can skip building Atlas altogether (and the wxWidgets dependency) by later passing the --disable-atlas option to update-workspaces.sh.
     144
    137145==== Debian, Ubuntu ====
    138146 * On **Debian 10 (Buster) or Ubuntu 18.04 LTS (Bionic Beaver) or later** install the required dependencies with: