vim-8.2.tar.bz2

时间:2023-01-22 12:10:59
【文件属性】:

文件名称:vim-8.2.tar.bz2

文件大小:11.54MB

文件格式:BZ2

更新时间:2023-01-22 12:10:59

Vim Centos7 Linux

#### 下载离线安装包 #### 解压 bunzip2 vim-8.2.tar.bz2 #### 再解压 tar xvf vim-8.2.tar #### 进入解压目录 cd vim82 #### 配置 ./configure --disable-selinux --enable-cscope 如果此处报错 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. [点击下载ncurses](http://mirror.centos.org/centos/7/os/x86_64/Packages/ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm) rpm -ivh xxxxxxxx 安装完成后 重新执行该步骤 #### 编译安装 make && make install


网友评论

  • configure: loading cache auto/config.cache checking whether make sets $(MAKE)... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/root/vim82/src': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details 什么也不说了,结果就是不能用