Skip to content

Instantly share code, notes, and snippets.

@noopkat
Last active January 14, 2020 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noopkat/6a9ee9870890a53751af16eac5b049e6 to your computer and use it in GitHub Desktop.
Save noopkat/6a9ee9870890a53751af16eac5b049e6 to your computer and use it in GitHub Desktop.
compiling vim with +clientserver on macOS Mojave
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