Last active
December 27, 2016 10:52
-
-
Save munky69rock/3768281 to your computer and use it in GitHub Desktop.
install vim
This file contains 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
$ sudo apt-get install luajit liblua5.1-0-dev libluajit-5.1-2 libluajit-5.1-dev libperl-dev libpython2.7-dev libpython3-dev ruby-dev | |
$ ./configure \ | |
--enable-multibyte \ | |
--enable-xim \ | |
--enable-fontset \ | |
--with-features=huge \ | |
--enable-perlinterp \ | |
--enable-pythoninterp \ | |
--enable-python3interp \ | |
--enable-rubyinterp \ | |
--enable-gui=gtk2 \ | |
--enable-luainterp=yes \ | |
--enable-fail-if-missing \ | |
--with-luajit \ | |
--disable-selinux | |
$ make | |
$ make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment