首页 > 代码库 > centOS vim7.4 安装

centOS vim7.4 安装

1、首先下载 vim7.4压缩包: wget ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2

2、yum install ncurses ncurses-devel   注:新的centOS 系统编译 vim7.4时会有错误提示,要首先安装 ncurses 库

3、tar -jxfv vim-7.4.tar.bz2

4、./configure --prefix==/usr/local/servers/vim 注:路径自己mkdir

5、 make | make install 

6、OK 大功告成。

centOS vim7.4 安装