From: Yasuhiro Matsumoto Date: Wed, 20 May 2026 18:36:11 +0000 (+0000) Subject: runtime(doc): fix GTK4 package name in src/INSTALL X-Git-Tag: v9.2.0506~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=aee12156ee3018efcdae87a8c2c327db386f0a5d;p=thirdparty%2Fvim.git runtime(doc): fix GTK4 package name in src/INSTALL The GTK4 section in src/INSTALL pointed at libgtk-3-dev. Use libgtk-4-dev and note that GTK4 is not the default and requires --enable-gui=gtk4. closes: #20254 Signed-off-by: Yasuhiro Matsumoto Signed-off-by: Christian Brabandt --- diff --git a/src/INSTALL b/src/INSTALL index 96f32607fc..054df8ac24 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -70,7 +70,9 @@ To build Vim on Ubuntu from scratch on a clean system using git: % make reconfig Add GUI (GTK4) support: - % sudo apt install libgtk-3-dev + % sudo apt install libgtk-4-dev + (GTK4 is not the default; configure with + --enable-gui=gtk4 to select it.) % make reconfig Add Python 3 support: