Last active
May 23, 2021 08:25
-
-
Save bka/583346a2286dc90d47dc678e292824e1 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
#!/bin/bash | |
# sudo apt-get install build-essential libncurses-dev libpython2-dev libx11-dev libxtst-dev xorg-dev | |
# sudo apt-get build-dep vim | |
./configure --with-features=huge \ | |
--enable-multibyte \ | |
--enable-rubyinterp=yes \ | |
--enable-pythoninterp=yes \ | |
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu \ | |
--enable-python3interp=yes \ | |
--with-python3-config-dir=/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu \ | |
--enable-perlinterp=yes \ | |
--enable-luainterp=yes \ | |
--enable-gui=auto \ | |
--enable-cscope \ | |
--prefix=/usr/local \ | |
--enable-gtk2-check \ | |
--with-x \ | |
--enable-gui=auto \ | |
--with-compiledby="bka" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment