Last active
August 29, 2015 14:01
-
-
Save bylatt/8a0864dc8d17b33b6a9a to your computer and use it in GitHub Desktop.
Compiled vim on os x.
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
| ./configure --prefix=/usr/local --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-perlinterp=yes --enable-luainterp --with-luajit --enable-multibyte --disable-gui --with-tlib=ncurses --with-features=huge --with-compiledby=i@clozed2u.com --without-x --enable-cscope && make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment