Changes between Version 440 and Version 441 of BuildInstructions


Ignore:
Timestamp:
Feb 19, 2024, 2:13:17 PM (3 months ago)
Author:
fabio
Comment:

fix package name on newer distro

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v440 v441  
    154154
    155155==== Debian, Ubuntu ====
    156  * On **Debian 10 (Buster) or Ubuntu {18.04, 20.04} LTS (Bionic Beaver) or later** install the required dependencies with:
     156 * On **Debian 12 (bookworm) or Ubuntu 23.10 or later** install the required dependencies with:
    157157{{{
    158158#!sh
     
    162162    libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev libogg-dev   \
    163163    libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev   \
    164     libwxgtk3.0-gtk3-dev libxml2-dev python3 rustc subversion zlib1g-dev
     164    libwxgtk3.2-dev libxml2-dev python3 rustc subversion zlib1g-dev
    165165}}}
    166166 * If you want to use a packaged **SpiderMonkey**, which will be made available for example in [https://launchpad.net/~wfg/+archive/ubuntu/0ad.dev/+packages 0ad.dev PPA]:
     
    168168 * When not using system nvidia-texture-tools, `libnvtt-dev` can be omitted, but `cmake` is needed to build the bundled NVTT.
    169169 * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once), but (Note that versions of openssl prior to 3.0.0 are not GPL compatible and those resulting binaries could not be redistributed).
     170 * On older Debian / Ubuntu versions you may have to replace `libwxgtk3.2-dev` with `libwxgtk3.0-gtk3-dev`.
    170171
    171172 * Finally you need to install the WX libraries for Atlas: