Update README.md

Detailed build and install instructions.
This commit is contained in:
Ashish Billore 2021-01-31 15:20:19 +09:00 committed by Tao He
parent 692840cb58
commit cd3e30b492
1 changed files with 14 additions and 0 deletions

View File

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