Steward
分享是一種喜悅、更是一種幸福
掌機 - Pandora(Rebirth) - SuperZaxxon - 解決tgetent()... configure: error: NOT FOUND問題
參考資訊:
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