From c7e68dab62f32a6a7cb0bcd19e2e3a912de6358b Mon Sep 17 00:00:00 2001 From: Rick Guo Date: Mon, 6 Jan 2025 17:38:36 +0800 Subject: [PATCH] README: fix dependences for macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a817a1f9..eb6f989d 100644 --- a/README.md +++ b/README.md @@ -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