Skip to content

Instantly share code, notes, and snippets.

@sagax
Last active May 19, 2019 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagax/f880e4565e5c4f22160f7d576e366405 to your computer and use it in GitHub Desktop.
Save sagax/f880e4565e5c4f22160f7d576e366405 to your computer and use it in GitHub Desktop.
vim compile snippet
# lua compiling have some problems
# if OS 64 then lib64 in path
./configure --prefix="$HOME/vimp" \
--with-tlib=ncurses \
--with-ruby-command=ruby \
--with-tclsh=/usr/bin/tclsh8.6 \
--with-python3-config-dir=/usr/lib/python3.7/config \
--with-python-config-dir=/usr/lib/python2.7/config \
--with-luajit \
--with-lua-prefix=/usr/include \
--with-features=huge \
--enable-gui=auto \
--enable-cscope \
--enable-rubyinterp=yes \
--enable-tclinterp=yes \
--enable-python3interp=yes \
--enable-pythoninterp=yes \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-xim \
--enable-fontset \
--enable-terminal \
–-enable-multibyte \
--with-x \
--disable-darwin \
--without-local-dir \
--enable-fail-if-missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment