Skip to content

UNIX configure script options I use

Sergey Lukin edited this page Nov 19, 2013 · 2 revisions

Python 2.7

./configure --prefix=/usr/local

Vim 7.4

./configure --prefix=/usr/local \
--with-features=huge \
--enable-rubyinterp \
--enable-pythoninterp \
--with-python-config-dir=/usr/local/lib/python2.7/config