Skip to content

Compile Recipe: VIM

ghuntley edited this page Sep 8, 2011 · 6 revisions

Compile Recipe: VIM

Ubuntu

$ ./configure --with-features=huge \
              --enable-perlinterp \
              --enable-pythoninterp \
              --enable-rubyinterp \
              --enable-gui=gtk2 \
              --disable-largefile
Clone this wiki locally