Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active January 22, 2016 00:00
Show Gist options
  • Save kozo2/cf64227bbea838a9ab96 to your computer and use it in GitHub Desktop.
Save kozo2/cf64227bbea838a9ab96 to your computer and use it in GitHub Desktop.
building vim with lua extension
sudo apt install lua5.2 liblua5.2-dev
./configure --with-features=huge --enable-gui=gtk2 --enable-pythoninterp --enable-luainterp=dynamic
make
sudo make install

about make

  • reconfig and distclean

about lua

  • dynamic is important
  • version 5.2 is OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment