Files
llgo/doc/_readme/scripts/install_macos.sh
2025-02-13 15:52:11 +08:00

7 lines
243 B
Bash

# shellcheck disable=all
brew update
brew install llvm@18 bdw-gc openssl cjson libffi pkg-config
brew install python@3.12 # optional
brew link --force libffi
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash