Skip to content

Instantly share code, notes, and snippets.

@whistler
Created September 6, 2011 02:26
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 whistler/1196417 to your computer and use it in GitHub Desktop.
Save whistler/1196417 to your computer and use it in GitHub Desktop.
Install vim with ruby support in lion using macports
sudo port install mercurial
hg clone https://vim.googlecode.com/hg/ vim
./configure --prefix=/my/install/prefix --enable-rubyinterp --enable-gui=no --disable-gpm
make
sudo make install
## tested on lion
## more info: http://nerderati.com/2010/07/compiling-vim-with-ruby-integration-on-snow-leopard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment