Ubuntu 18.04にvimの最新版をインストールしました。
コンパイルに必要な必要なパッケージをインストールする。
$ sudo apt -y install libncurses5-dev libncursesw5-dev --fix-missing
$ git clone https://github.com/vim/vim.git $ cd vim/src $ ./configure --prefix=/usr/local $ make $ sudo make install
明日のために無料OSのUbuntuで色々なことをやってます
Ubuntu 18.04にvimの最新版をインストールしました。
コンパイルに必要な必要なパッケージをインストールする。
$ sudo apt -y install libncurses5-dev libncursesw5-dev --fix-missing
$ git clone https://github.com/vim/vim.git $ cd vim/src $ ./configure --prefix=/usr/local $ make $ sudo make install