Update install.md

pull/601/head
jielinxu 2019-11-28 17:36:21 +08:00 committed by GitHub
parent c438fa77be
commit 627576d575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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