Created
April 12, 2019 14:58
-
-
Save julianobarbosa/e73a23c8039ec410c5173f370ea753ee to your computer and use it in GitHub Desktop.
vim compile
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
./configure --with-features=huge \ | |
--enable-multibyte \ | |
--enable-python3interp=yes \ | |
--with-python3-config-dir=/usr/bin/python3-config \ | |
--enable-gui=gtk2 \ | |
--enable-cscope \ | |
--enable-fail-if-missing \ | |
--prefix=/usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment