centos 7 編譯 vim

1. 下載 vim 源代碼python

ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2vim

2. 安裝前的準備centos

安裝 libncurses5-devruby

在 centos7 中的安裝方法是:python2.7

yum install ncurseslua

yum install ncurses-libscentos7

yum install ncurses-develes5

3. 配置 vim 編譯選項spa

開啓 python, 在 vim74/src 目錄下執行下面的命令unix

./configure --enable-pythoninterp=yes --with-python-config-dir=/usr/lib64/python2.6/config  

 ./configure  --enable-luainterp --with-lua-prefix=/usr  --enable-pythoninterp=yes --with-python-config-dir=/usr/lib64/python2.6/config 
 ./configure  --with-features=huge --enable-luainterp --with-lua-prefix=/usr  --enable-pythoninterp=yes --with-python-config-dir=/usr/lib64/python2.6/config 

4. 編譯 vim

cd vim74

make

5. 安裝 vim

make install

6. 卸載

make uninstall

7. 安裝好以後配置

:set nocp " vim 默認是兼容vi 的(因此在命令模式下敲tab鍵,不會進行命令補全),因此取消兼容

:syntax enable " 啓用語法高亮

 補充:

裝了python、python三、lua(如5.1)、ruby外,還須要安裝對應的
python-dev, python3-dev, liblua5.1-dev, ruby-dev
(若是須要perl,加一個libperl-dev)
詳細配置
--enable-python3interp=yes --with-python3-config-dir=/usr/lib/python3.2/config \
--enable-pythoninterp=yes --with-python-config-dir=/usr/lib/python2.7/config \
--enable-perlinterp=yes \
--enable-luainterp=yes --with-lua-prefix=/usr \
--enable-rubyinterp=yes --with-ruby-command=/usr/bin/ruby
------------------------------------------------------
記住最好make distclean
prefix=/usr是指執行文件在對應的/bin裏,若是可執行文件在在XXX/bin/裏,改成XXX便可
--------------------------------------------------------
若是還有報錯看看config對應報錯的便可

https://www.evernote.com/shard/s258/sh/8f17d13f-5040-45b4-a312-294ef7304fe5/c0c182567f72325da680fb38d66436ae

相關文章
相關標籤/搜索