comparison src/INSTALL @ 24520:5bda4653aced

Update runtime files Commit: https://github.com/vim/vim/commit/11e3c5ba820325b69cb56f70e13c21d7b8808d33 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 18:09:37 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 18:15:04 +0200
parents 788e10cec9bd
children d4faa2c5211b
comparison
equal deleted inserted replaced
24519:da748a66a65a 24520:5bda4653aced
37 This will include the GUI and X11 libraries, if you have them. If you want a 37 This will include the GUI and X11 libraries, if you have them. If you want a
38 version of Vim that is small and starts up quickly, see the Makefile for how 38 version of Vim that is small and starts up quickly, see the Makefile for how
39 to disable the GUI and X11. If you don't have GUI libraries and/or X11, these 39 to disable the GUI and X11. If you don't have GUI libraries and/or X11, these
40 features will be disabled automatically. 40 features will be disabled automatically.
41 41
42 To built Vim on Ubuntu from scratch on a clean system using git: 42 To build Vim on Ubuntu from scratch on a clean system using git:
43 Install tools required to be able to get and build Vim: 43 Install tools required to be able to get and build Vim:
44 % sudo apt install git 44 % sudo apt install git
45 % sudo apt install make 45 % sudo apt install make
46 % sudo apt install clang 46 % sudo apt install clang
47 47