README: fix dependences for macOS

This commit is contained in:
Rick Guo
2025-01-06 17:38:36 +08:00
committed by GitHub
parent 03517ce22e
commit c7e68dab62

View File

@@ -359,7 +359,7 @@ Follow these steps to generate the `llgo` command (its usage is the same as the
```sh
brew update
brew install llvm@18 bdw-gc openssl cjson libffi
brew install llvm@18 bdw-gc openssl cjson libffi pkg-config
brew install python@3.12 # optional
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest