Created
February 4, 2011 18:01
-
-
Save dreeve/811458 to your computer and use it in GitHub Desktop.
Install gvim on OS X Snow Leopard with ruby support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install gtk2 via macports | |
Download vim 7.3, extract, cd into the directory | |
$ ./configure --enable-rubyinterp --enable-gui=gtk2 --disable-darwin | |
$ make | |
This works when running vim/gvim with ruby | |
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin10.3.1] | |
but not | |
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment