7 lines
249 B
Bash
7 lines
249 B
Bash
# shellcheck disable=all
|
|
brew update
|
|
brew install llvm@19 bdw-gc openssl cjson libffi libuv 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
|