【发布时间】:2021-12-20 21:48:34
【问题描述】:
我正在尝试在 CentOS 8.4 上编译 vim8.2。
执行./configure --with-features=huge --enable-multibyte --enable-python3interp --enable-perlinterp --enable-luainterp --enable-cscope --enable-fail-if-missing --with-python3-command=/usr/bin/python3.8 --with-tlib=ncurses时,会出现错误:
checking for linking with ncurses library... OK
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.
我已经安装了 ncurses 及其各自的库 ncurses ncurses-devel ncurses-libs ncurses-compat-libs ncurses-c++-libs。
问题在于在哪里可以找到 ncurses 库,以便可以指向它
--with-tlib。提前致谢。
【问题讨论】:
标签: vim compilation ncurses centos8