diff src/INSTALL @ 24103:788e10cec9bd

Update runtime files. Commit: https://github.com/vim/vim/commit/c8cdf0f80b3cfd88a4490d80572062c1fd1a96ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 13:28:13 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 13:30:04 +0100
parents 4284b0a2b901
children 5bda4653aced
line wrap: on
line diff
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -60,8 +60,8 @@ To built Vim on Ubuntu from scratch on a
 	% sudo apt install libxt-dev
 	% make reconfig
 
-	Add GUI support (ignore compiler warnings):
-	% sudo apt install libgtk2.0-dev
+	Add GUI support:
+	% sudo apt install libgtk-3-dev
 	% make reconfig
 
 	Add Python 3 support:
@@ -134,8 +134,12 @@ These configure arguments can be used to
 --disable-motif-check
 --disable-athena-check
 
+This configure argument can be used to disable the GUI, even when the necessary
+files are found:
+--disable-gui
+
 --enable-gui defaults to "auto", so it will automatically look for a GUI (in
-the order of GTK, Motif, then Athena).  If one is found, then is uses it and
+the order of GTK, Motif, then Athena).  If one is found, then it is used and
 does not proceed to check any of the remaining ones.  Otherwise, it moves on
 to the next one.