2024-11-06 10:28:08 +08:00
|
|
|
# shellcheck disable=all
|
|
|
|
|
brew update
|
2024-11-26 12:38:24 +08:00
|
|
|
brew install llvm@18 bdw-gc openssl cjson libffi
|
2024-11-06 10:28:08 +08:00
|
|
|
brew install python@3.12 # optional
|
2024-11-26 12:38:24 +08:00
|
|
|
brew link --force libffi
|
|
|
|
|
go install -v github.com/goplus/llgo/cmd/llgo@latest
|