From ee29cf1d85f075d929644fdfe0f142a9fc03b20e Mon Sep 17 00:00:00 2001 From: bearoso Date: Mon, 24 Feb 2025 18:18:54 -0600 Subject: [PATCH] Update Gtk section to reflect newer requirements --- Compiling.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Compiling.md b/Compiling.md index f2504aa..c4574dd 100644 --- a/Compiling.md +++ b/Compiling.md @@ -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: ```