5 lines
167 B
Bash
5 lines
167 B
Bash
# shellcheck disable=all
|
|
brew update
|
|
brew install llvm@18 bdw-gc openssl cjson
|
|
brew install python@3.12 # optional
|
|
go install -v github.com/goplus/llgo/cmd/llgo@latest |