Files
llgo/doc/_readme/scripts/install_macos.sh
2024-11-26 13:19:02 +08:00

7 lines
200 B
Bash

# shellcheck disable=all
brew update
brew install llvm@18 bdw-gc openssl cjson libffi
brew install python@3.12 # optional
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest