For Ubuntu >= 22.04, the command to install them:
sudo apt install make cmake g++ libaio-dev libgoogle-perftools-dev clang-format libboost-all-dev libmkl-full-dev libjemalloc-devThe libmkl could be replaced by other BLAS libraries (e.g., OpenBlas).
Build the repository.
./build.shConfigure dataset path and index path.
./scripts/config.shBuild the index.
./scripts/build_index.shRun the code.
./scripts/overall.sh