Skip to content

milvus 编译使用

Posted on:June 27, 2023 at 07:28 PM

背景

# Clone github repository.
$ git clone https://github.com/milvus-io/milvus.git

# Install third-party dependencies.
$ cd milvus/
$ ./scripts/install_deps.sh

# Compile Milvus.
$ make

相关错误

sudo apt-get update
sudo apt-get install -y libopenblas-dev
sudo apt-get install libtbb2