Files
llgo/doc/_readme/scripts/install_macos.sh

5 lines
178 B
Bash
Raw Normal View History

2024-11-06 10:28:08 +08:00
# shellcheck disable=all
brew update
brew install llvm@18 pkg-config bdw-gc openssl cjson
brew install python@3.12 # optional
go install -v github.com/goplus/llgo/cmd/llgo@latest