vim compile

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

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は以下で解決。

# aptitude install libncurses5-dev 

コメント