Created
January 4, 2014 10:23
-
-
Save raimon49/8253866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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