Skip to content

Instantly share code, notes, and snippets.

@xtraclass
Created May 25, 2013 20:09
Show Gist options
  • Save xtraclass/5650600 to your computer and use it in GitHub Desktop.
Save xtraclass/5650600 to your computer and use it in GitHub Desktop.
Command for building vim 7.3 o RH6
./configure --prefix=/usr --with-compiledby="Thomas Eichberger" --with-features=huge --enable-rubyinterp --enable-pythoninterp --disable-darwin --enable-fontset --enable-gui=gnome2 -with-x && make && make install && vim --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment