Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vimをコンパイルする時のconfigureのオプションメモ

$
0
0

configure

各種prefixは環境に合わせて設定すること

$ ./configure \
--enable-multibyte \
 --enable-xim \
--enable-fontset \
--enable-luainterp \
--with-features=huge \
--disable-selinux \
--prefix=/opt/vim  \
--enable-luainterp=yes \
--with-lua-prefix=/usr/local/bin \
--enable-rubyinterp=yes  \
--enable-pythoninterp=yes \
--with-python-config-dir=/usr/lib/python2.6/config

luaの有効化

lua-develなどをインストールしてから上記のconfigureを実行する

CentOSの場合
$ yum install lua-devel
Macの場合
$ brew install lua

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>