From cd3e30b492738040edd5419c39cb848e752ce226 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Sun, 31 Jan 2021 15:20:19 +0900 Subject: [PATCH] Update README.md Detailed build and install instructions. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1b621af..b6649b8 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,22 @@ i.e., `ETCDCTL_API=3`. ## Requirements 1. boost + +On Ubuntu, above requirement could be installed as: + + apt-get install libboost-all-dev + 2. protobuf 3. gRPC + +On Ubuntu, above requirements related to protobuf and gRPC can be installed as: + + apt-get install libgrpc-dev \ + libgrpc++-dev \ + libprotobuf-dev \ + protobuf-compiler-grpc + + 4. [cpprestsdk](https://github.com/microsoft/cpprestsdk), the latest version of master branch on github should work, you can build and install this dependency using cmake with: