mirror of https://github.com/milvus-io/milvus.git
Update install.md
parent
c438fa77be
commit
627576d575
11
install.md
11
install.md
|
@ -152,9 +152,10 @@ $ ./start_server.sh
|
|||
`protocol https not supported or disabled in libcurl`.
|
||||
First, make sure you have `libcurl4-openssl-dev` installed in your system.
|
||||
Then try reinstall CMake from source with `--system-curl` option:
|
||||
```shell
|
||||
$ ./bootstrap --system-curl
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
```shell
|
||||
$ ./bootstrap --system-curl
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue