From b744faa7e68f6c18bd86e95936d9f5032f63c8ae Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Tue, 8 Jul 2025 23:37:40 +0000 Subject: [PATCH] chore: all deps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61c5973..e51f8c9 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ git submodule update --init --recursive **macOS:** ```bash -brew install llvm libomp +brew install llvm libomp boost protobuf export CC=$(brew --prefix llvm)/bin/clang export CXX=$(brew --prefix llvm)/bin/clang++ uv sync @@ -60,7 +60,7 @@ uv sync **Linux (Ubuntu/Debian):** ```bash -sudo apt-get install libomp-dev +sudo apt-get install libomp-dev libboost-all-dev protobuf-compiler libabsl-dev libmkl-full-dev libaio-dev uv sync ```