make vim error
by jgun98 from LinuxQuestions.org on (#53KQC)
Hi,
I tried to update vim using source from github.
while try make command I've got this error
no terminal library found
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.
make[2]: *** [config] Error 1
make[2]: Leaving directory `/root/Downloads/vim/src'
make[1]: *** [reconfig] Error 2
make[1]: Leaving directory `/root/Downloads/vim/src'
make: *** [first] Error 2
Regards,
Gunawan


I tried to update vim using source from github.
while try make command I've got this error
no terminal library found
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.
make[2]: *** [config] Error 1
make[2]: Leaving directory `/root/Downloads/vim/src'
make[1]: *** [reconfig] Error 2
make[1]: Leaving directory `/root/Downloads/vim/src'
make: *** [first] Error 2
Regards,
Gunawan