Mint下编译Vim
下载vim7.2,./configure时报错:
checking for tgetent in -lcurses... no
no terminal library foundchecking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.
缺少需要的库,解决:
sudo apt-get install libncurses5-dev
浙公网安备 33010602011771号