runtime(doc): fix GTK4 package name in src/INSTALL
Commit:
https://github.com/vim/vim/commit/aee12156ee3018efcdae87a8c2c327db386f0a5d
Author: Yasuhiro Matsumoto <[email protected]>
Date: Wed May 20 18:36:11 2026 +0000
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/INSTALL b/src/INSTALL
index 96f32607f..054df8ac2 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:
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wPluk-00F8IV-CH%40256bit.org.