From c4567ff69ec5ee0511866e043ce0d3be7e63f581 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 4 Jan 2025 16:12:50 +0800 Subject: [PATCH] Update docs about macOS compiling --- docs/COMPILE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index ad16bcdf..e55a7f82 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -20,6 +20,8 @@ macOS: brew install cmake pkg-config ``` +Note you need to install these build dependencies for python bindings on macOS too. + - Build with the following commands. ```bash