Skip to content

Instantly share code, notes, and snippets.

@bka
Last active May 23, 2021 08:25
Show Gist options
  • Save bka/583346a2286dc90d47dc678e292824e1 to your computer and use it in GitHub Desktop.
Save bka/583346a2286dc90d47dc678e292824e1 to your computer and use it in GitHub Desktop.
#!/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