mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
Add requirements when buils (#7696)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
parent
1e63f584ef
commit
9b2fd0f7e8
10
README.md
10
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user