Skip to content

Instantly share code, notes, and snippets.

@malanjp
Last active December 25, 2015 22:39
Show Gist options
  • Save malanjp/7051833 to your computer and use it in GitHub Desktop.
Save malanjp/7051833 to your computer and use it in GitHub Desktop.
vim compile option with luajit
sudo ln -s /usr/include/luajit-2.0 /usr/include/lua
sudo ln -s /usr/lib/x86_64-linux-gnu/libluajit-5.1.so /usr/lib/libluajit.so
sudo ln -s /usr/bin/luajit-2.0.0-beta9 /usr/bin/lua
./configure --with-features=huge --enable-multibyte --enable-luainterp --with-luajit --enable-pythoninterp --with-python-config-dir=/usr/local/lib/python2.7/config --enable-rubyinterp --enable-perlinterp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment