Update README.md
Detailed build and install instructions.
This commit is contained in:
parent
692840cb58
commit
42cb828a22
14
README.md
14
README.md
|
|
@ -26,8 +26,22 @@ i.e., `ETCDCTL_API=3`.
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
1. boost
|
1. boost
|
||||||
|
|
||||||
|
On Ubuntu, above requirement could be installed as:
|
||||||
|
|
||||||
|
apt-get install libboost-all-dev
|
||||||
|
|
||||||
2. protobuf
|
2. protobuf
|
||||||
3. gRPC
|
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
|
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:
|
on github should work, you can build and install this dependency using cmake with:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue