comparison 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
comparison
equal deleted inserted replaced
24102:f897c1862d9e 24103:788e10cec9bd
58 58
59 Add X windows clipboard support (also needed for GUI): 59 Add X windows clipboard support (also needed for GUI):
60 % sudo apt install libxt-dev 60 % sudo apt install libxt-dev
61 % make reconfig 61 % make reconfig
62 62
63 Add GUI support (ignore compiler warnings): 63 Add GUI support:
64 % sudo apt install libgtk2.0-dev 64 % sudo apt install libgtk-3-dev
65 % make reconfig 65 % make reconfig
66 66
67 Add Python 3 support: 67 Add Python 3 support:
68 % sudo apt install libpython3-dev 68 % sudo apt install libpython3-dev
69 Uncomment this line in Makefile: 69 Uncomment this line in Makefile:
132 --enable-gui=gtk or: gtk2, motif, athena or auto 132 --enable-gui=gtk or: gtk2, motif, athena or auto
133 --disable-gtk-check 133 --disable-gtk-check
134 --disable-motif-check 134 --disable-motif-check
135 --disable-athena-check 135 --disable-athena-check
136 136
137 This configure argument can be used to disable the GUI, even when the necessary
138 files are found:
139 --disable-gui
140
137 --enable-gui defaults to "auto", so it will automatically look for a GUI (in 141 --enable-gui defaults to "auto", so it will automatically look for a GUI (in
138 the order of GTK, Motif, then Athena). If one is found, then is uses it and 142 the order of GTK, Motif, then Athena). If one is found, then it is used and
139 does not proceed to check any of the remaining ones. Otherwise, it moves on 143 does not proceed to check any of the remaining ones. Otherwise, it moves on
140 to the next one. 144 to the next one.
141 145
142 --enable-{gtk,gtk2,kde,motif,athena}-check all default to "yes", such that if 146 --enable-{gtk,gtk2,kde,motif,athena}-check all default to "yes", such that if
143 --enable-gui is "auto" (which it is by default), GTK, Motif, and Athena will 147 --enable-gui is "auto" (which it is by default), GTK, Motif, and Athena will