summaryrefslogtreecommitdiffstats
path: root/src/INSTALL
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-13 13:28:13 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-13 13:28:13 +0100
commitc8cdf0f80b3cfd88a4490d80572062c1fd1a96ca (patch)
tree614f36d3f295a1db8023aedc8cfb20740d7a2d50 /src/INSTALL
parent6fd367a97c8653a2d734a38252c7d68d4b2ebaa7 (diff)
Update runtime files.
Diffstat (limited to 'src/INSTALL')
-rw-r--r--src/INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/INSTALL b/src/INSTALL
index 1ed4887c77..64958aa13f 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -60,8 +60,8 @@ To built Vim on Ubuntu from scratch on a clean system using git:
% 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 select which GUI to use:
--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.