Skip to content

Instantly share code, notes, and snippets.

@naokton
Created December 13, 2020 04:41
Show Gist options
  • Save naokton/3796ad6ef68ee68d09e312ed63601f95 to your computer and use it in GitHub Desktop.
Save naokton/3796ad6ef68ee68d09e312ed63601f95 to your computer and use it in GitHub Desktop.
Rebuild libvterm for Apple Silicon Mac (aarch64)
#!/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