Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created August 28, 2020 21:42
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 amadeus/a2df337476272a2126f04e0df965471a to your computer and use it in GitHub Desktop.
Save amadeus/a2df337476272a2126f04e0df965471a to your computer and use it in GitHub Desktop.
#!/bin/bash
make clean
make distclean
# ./configure --with-features=huge --enable-terminal --enable-rubyinterp --enable-python3interp --enable-perlinterp --enable-cscope
./configure --with-features=huge --enable-terminal --enable-rubyinterp --enable-python3interp --enable-perlinterp --enable-cscope --enable-luainterp=yes --with-lua-prefix=/usr/local/Cellar/lua/5.3.5_1
make
rm src/MacVim/build/Release/MacVim.app/Contents/Resources/MacVim.icns
cp ./MacVim.icns src/MacVim/build/Release/MacVim.app/Contents/Resources/
open src/MacVim/build/Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment