參考資訊:
https://github.com/vim/vim/issues/2058
問題如下:
checking 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.
解法如下:
$ LDFLAGS=-L/usr/lib ./configure --with-tlib=ncurses