Created
December 13, 2020 04:41
-
-
Save naokton/3796ad6ef68ee68d09e312ed63601f95 to your computer and use it in GitHub Desktop.
Rebuild libvterm for Apple Silicon Mac (aarch64)
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
#!/bin/bash | |
/opt/homebrew/bin/brew install cmake libtool | |
cd ~/.emacs.d/elpa/vterm-[0-9]* | |
rm -rf build vterm-module.so | |
mkdir build | |
cd build | |
/opt/homebrew/bin/cmake -DUSE_SYSTEM_LIBVTERM=no .. | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment