Skip to content

Instantly share code, notes, and snippets.

@TAKAyukiatkwsk
Last active December 21, 2015 01:48
Show Gist options
  • Save TAKAyukiatkwsk/6230052 to your computer and use it in GitHub Desktop.
Save TAKAyukiatkwsk/6230052 to your computer and use it in GitHub Desktop.
vim 7.4 configure
./configure \
--prefix=$HOME/local \
--enable-pythoninterp \
--enable-multibyte \
--with-features=big \
--enable-rubyinterp \
--enable-luainterp \
--with-lua-prefix=/usr/local
@TAKAyukiatkwsk
Copy link
Author

OSX 10.9でコンパイルするときは先にXcode CLIをアップデートしてから行う。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment