build vim 8.0 on ubuntu 14.04 x86_64

Table of Contents

Download

download source archive from www.vim.org

build

# prepare
sudo apt-get build-dep vim-gtk
./configure --enable-gui=auto
make -j4
sudo make install

Author: sanye

Exported At 2021-02-24 Wed 23:51. Created by Emacs 26.1 (Org mode 9.4)