69 文字
1 分
vim compile

vim 7.3が2011年8月にリリースされていたので、ソースからコンパイルし直してみましたが以下のエラーが発生。

Terminal window
$ hg clone https://vim.googlecode.com/hg/ vim
$ cd vim/src
$ ./configure --enable-multibyte --enable-xim --enable-fontset --disable-selinux --with-features=huge
$ make
.......
checking for tgetent()... configure: error: NOT FOUND!

Debianは以下で解決。

Terminal window
# aptitude install libncurses5-dev
vim compile
https://blog.teraren.com/posts/vim-compile/
作者
Yuki Matsukura
公開日
2011-10-20
ライセンス
CC BY-NC-SA 4.0

コメント