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