Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raimon49/8253866 to your computer and use it in GitHub Desktop.
Save raimon49/8253866 to your computer and use it in GitHub Desktop.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.3 LTS"
# Lua
$ sudo apt-get install lua5.2 liblua5.2-dev
# Vim
$ vvm install vimorg--v7-3-1314 --with-features=big --enable-multibyte --without-x --disable-gui --enable-luainterp --with-lua-prefix=/usr
$ vvm use vimorg--v7-3-1314
$ vim --version | grep lua
+dialog_con +lua +rightleft +windows
Linking: gcc -L/usr/local/lib -Wl,--as-needed -o vim -lm -ltinfo -lnsl -ldl -L/usr/lib -llua5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment