Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active October 9, 2018 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/344d1cacfdccf1b187b206b5b1ee9666 to your computer and use it in GitHub Desktop.
Save blue-bird1/344d1cacfdccf1b187b206b5b1ee9666 to your computer and use it in GitHub Desktop.
vim 编译 #vim
git clone https://github.com/vim/vim.git
cd vim
./configure --with-features=huge --enable-python3interp --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu/ --enable-rubyinterp --enable-luainterp --enable-perlinterp --with-python3-config-dir=/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ --enable-multibyte --enable-cscope --prefix=/usr/local/vim/
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment