#author("2020-09-16T00:52:33+09:00","default:ryuichi","ryuichi")
#author("2020-09-16T00:54:08+09:00","default:ryuichi","ryuichi")
* Debianにソースインストール [#v4f0d0a2]

** 準備 [#l43dcb36]

 apt install git
 apt install build-essential
 apt install ncurses-devel


** ソースコード取得 [#y753704d]

 git clone https://github.com/vim/vim.git
 cd vim
 git pull


** コンパイル、インストール [#b546e57e]

 ./configure --with-features=huge --disable-gui --prefix=$HOME/opt/vim
 make
 make install

** 参考 [#ga638b37]

https://vi.stackexchange.com/questions/10817/how-can-i-get-a-newer-version-of-vim-on-ubuntu


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS