diff --git a/src/INSTALL b/src/INSTALL index ab760cd13ac5c..083780cc82c2d 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -61,6 +61,10 @@ To build Vim on Ubuntu from scratch on a clean system using git: % sudo apt install libxt-dev % make reconfig + Add Wayland clipboard support: + % sudo apt install libwayland-dev + % make reconfig + Add GUI support: % sudo apt install libgtk-3-dev % make reconfig