Skip to content

Instantly share code, notes, and snippets.

@vuuvv
Last active May 11, 2017 13:25
Show Gist options
  • Save vuuvv/872dede5bffc67e2b6c2ed0f4f98e1f4 to your computer and use it in GitHub Desktop.
Save vuuvv/872dede5bffc67e2b6c2ed0f4f98e1f4 to your computer and use it in GitHub Desktop.
sudo yum install -y ruby ruby-devel lua lua-devel luajit \
luajit-devel ctags git python python-devel \
python3 python3-devel tcl-devel \
perl perl-devel perl-ExtUtils-ParseXS \
perl-ExtUtils-XSpp perl-ExtUtils-CBuilder \
perl-ExtUtils-Embed
sudo apt-get remove vim vim-runtime gvim
yum install ncurses-devel
cd ~
git clone https://github.com/vim/vim.git
cd vim
./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp=yes \
--enable-pythoninterp=yes \
--with-python-config-dir=/usr/lib/python2.7/config \
--enable-python3interp=yes \
--with-python3-config-dir=/usr/lib/python3.5/config \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-gui=gtk2 --enable-cscope --prefix=/usr
make VIMRUNTIMEDIR=/usr/share/vim/vim80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment