From 0dc89e4c1edace3c135506a4c704f39ef9195ae7 Mon Sep 17 00:00:00 2001 From: Tao He Date: Thu, 1 Jul 2021 17:59:55 +0800 Subject: [PATCH] Add openssl/libssl-dev to requirements. Resolves #71. Signed-off-by: Tao He --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27d83cd..0e05e69 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ i.e., `ETCDCTL_API=3`. ## Requirements -1. boost +1. boost and openssl + On Ubuntu, above requirement could be installed as: - apt-get install libboost-all-dev + apt-get install libboost-all-dev libssl-dev + On MacOS, above requirement could be installed as: - brew install boost + brew install boost openssl 2. protobuf 3. gRPC