mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-02 17:05:33 +08:00
modify readme
Former-commit-id: d5fe9fbbe444e2580714ad4fc741b61048dbe01c
This commit is contained in:
parent
a34d995195
commit
e472c605d2
@ -2,10 +2,10 @@
|
||||
#### Step 1: install necessery tools
|
||||
|
||||
centos7 :
|
||||
yum install gfortran libsqlite3-dev libsnappy-dev zlib bzip2
|
||||
yum install gfortran libsqlite3-dev libsnappy-dev libzstd-dev bzip2
|
||||
|
||||
ubuntu16.04 :
|
||||
sudo apt-get install gfortran libsqlite3-dev libsnappy-dev zstd bzip2
|
||||
sudo apt-get install gfortran libsqlite3-dev libsnappy-dev libzstd-dev bzip2
|
||||
|
||||
#### Step 2: build third-parties
|
||||
Note: If you want to debug into third-parties, you can build debug with CXXFLAGS='-g -O0' with option
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user