chore: shorter build time

This commit is contained in:
Andy Lee
2025-07-19 23:49:04 -07:00
parent 34c71c072d
commit 15f8bd1cc9
6 changed files with 40 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ git submodule update --init --recursive
**macOS:**
```bash
brew install llvm libomp boost protobuf
brew install llvm libomp boost protobuf zeromq
export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++
@@ -59,7 +59,7 @@ uv sync --extra diskann
**Linux (Ubuntu/Debian):**
```bash
sudo apt-get install libomp-dev libboost-all-dev protobuf-compiler libabsl-dev libmkl-full-dev libaio-dev
sudo apt-get install libomp-dev libboost-all-dev protobuf-compiler libabsl-dev libmkl-full-dev libaio-dev libzmq3-dev
# Install with HNSW backend (default, recommended for most users)
uv sync