Changes between Version 443 and Version 444 of BuildInstructions


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

remove unneeded atlas dependencies (everything listed there was already pulled with libwxgtk3.2-dev)

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v443 v444  
    169169 * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once). Note that versions of openssl prior to 3.0.0 are not GPL compatible and those resulting binaries could not be redistributed.
    170170 * On older Debian / Ubuntu versions you may have to replace `libwxgtk3.2-dev` with `libwxgtk3.0-gtk3-dev`.
    171 
    172  * Finally you need to install the WX libraries for Atlas:
    173 {{{
    174 #!sh
    175 sudo apt install wx3.0-headers libwxbase3.0-dev libwxgtk3.0-gtk3-dev libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5
    176 }}}
    177171
    178172==== Fedora ====