2024-11-06 10:28:08 +08:00
|
|
|
# shellcheck disable=all
|
|
|
|
|
brew update
|
2025-04-02 20:08:05 +08:00
|
|
|
brew install llvm@19 bdw-gc openssl cjson libffi libuv pkg-config
|
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
|
2025-02-13 15:52:11 +08:00
|
|
|
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash
|