侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

vim74 安装错误

2023-12-16 星期六 / 0 评论 / 0 点赞 / 135 阅读 / 565 字

安装vim74出现错误: You need to install a terminal library; for example ncurses. Or specify the name of

安装vim74出现错误:

You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.

 

解决办法:

LFS --->http://www.linuxfromscratch.org/blfs/view/7.10/postlfs/vim.html

sudo apt-get install libncurses5-dev./configure --prefix=/usr /            --with-features=huge /            --with-tlib=ncursesw

广告 广告

评论区