chore: all deps

This commit is contained in:
Andy Lee
2025-07-08 23:37:40 +00:00
parent 27b3a26e75
commit b744faa7e6

View File

@@ -52,7 +52,7 @@ git submodule update --init --recursive
**macOS:** **macOS:**
```bash ```bash
brew install llvm libomp brew install llvm libomp boost protobuf
export CC=$(brew --prefix llvm)/bin/clang export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++ export CXX=$(brew --prefix llvm)/bin/clang++
uv sync uv sync
@@ -60,7 +60,7 @@ uv sync
**Linux (Ubuntu/Debian):** **Linux (Ubuntu/Debian):**
```bash ```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 uv sync
``` ```