move out c/cpp/py

This commit is contained in:
Li Jie
2025-04-03 15:52:18 +08:00
parent 0a8a4eb6a6
commit ed366568b4
777 changed files with 4608 additions and 139122 deletions

View File

@@ -1,6 +1,8 @@
# shellcheck disable=all
DIR=$(cd "$(dirname "$0")" && pwd)
brew update
brew install llvm@19 lld@19 bdw-gc openssl cjson libffi libuv pkg-config
brew install python@3.12 # optional
brew link --overwrite lld@19 libffi
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash
# curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash
cat ${DIR}/../../../install.sh | bash