Merge pull request #991 from cpunion/update-doc

doc: update install instructions
This commit is contained in:
xushiwei
2025-02-15 12:02:45 +08:00
committed by GitHub
6 changed files with 112 additions and 15 deletions

View File

@@ -3,4 +3,4 @@ brew update
brew install llvm@18 bdw-gc openssl cjson libffi libuv pkg-config
brew install python@3.12 # optional
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash