Add requirements when buils (#7696)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
shiyu22 2021-09-10 14:22:00 +08:00 committed by GitHub
parent 1e63f584ef
commit 9b2fd0f7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,16 @@ Milvus was released under the [open-source Apache License 2.0](https://github.co
### Build Milvus from source code
Check the requirements first.
```bash
go: 1.15
cmake: >=3.16
gcc: 7.5
```
Clone Milvus repo and build.
```bash
# Clone github repository.
$ git clone https://github.com/milvus-io/milvus.git