@@ -3,61 +3,48 @@ The opensource version of baidu-rpc
...
@@ -3,61 +3,48 @@ The opensource version of baidu-rpc
# BUILD
# BUILD
baidu-rpc prefers static linking if possible, so that deps don't have to be installed on every
baidu-rpc prefers static linking if possible, so that deps don't have to be installed on every
machine running the code.
machine running the code.
### Ubuntu/LinuxMint/WSL
## Ubuntu/LinuxMint/WSL
### compile
**install common deps**
1. install common deps: git g++ make libssl-dev
2. install gflags protobuf leveldb: libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev. If you need to statically link leveldb, install libsnappy-dev as well.
Including: git g++ make libssl-dev
3. git clone this repo. cd into the repo and run
```
**install gflags protobuf leveldb**
$ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib