Update Gtk section to reflect newer requirements

bearoso 2025-02-24 18:18:54 -06:00
parent b64ceeec85
commit ee29cf1d85
1 changed files with 3 additions and 7 deletions

@ -44,23 +44,19 @@ NOTE: Unicode support requires a special zlib build - see the end of the zlib en
## GTK
Requirements:
- gtkmm-3.22 or greater and all dependencies
- gtkmm-3.24 or greater with gtk and all dependencies
- SDL 2.0
- X11, even if only using Wayland
- libepoxy
- X11 development libraries, even if only using Wayland
- CMake (meson for older versions)
Optional:
- PulseAudio
- ALSA
- OSS
- PortAudio
- Wayland
- libpng
- minizip
- zlib
Check out glslang and SPIRV-Cross: *(Optional for slang shader support)*
Check out glslang and SPIRV-Cross:
glslang and SPIRV-Cross are submodules located in the main source directory at `shaders/glslang` and `shaders/SPIRV-Cross`. If you are using a git clone, to get all the necessary projects you can simply run:
```