Last active
February 5, 2019 11:04
-
-
Save osa1/f3585ddab933d15d62d370f8dc4bb91b to your computer and use it in GitHub Desktop.
vim configure params
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
# vim | |
./configure --with-features=huge \ | |
--enable-gui=qt \ | |
--prefix=/home/omer \ | |
--enable-pythoninterp \ | |
--enable-python3interp \ | |
--enable-rubyinterp \ | |
--enable-perlinterp \ | |
--with-python-config-dir=/usr/lib64/python2.7/config \ | |
--with-python3-config-dir=/usr/lib64/python3.4/config-3.4m/ | |
# neovim | |
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=/home/omer" CMAKE_BUILD_TYPE=Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment