Last active
January 14, 2020 07:14
-
-
Save noopkat/6a9ee9870890a53751af16eac5b049e6 to your computer and use it in GitHub Desktop.
compiling vim with +clientserver on macOS Mojave
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
brew cask install xquartz | |
./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes --enable-python3interp=yes --with-python3-config-dir=$(python3-config --configdir) --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=athena --enable-cscope --prefix=/usr/local/ --with-x --disable-darwin | |
export DISPLAY=:0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment