Commit 9fd180ef authored by gejun's avatar gejun

minor change in docs/cn/getting_started.md

parent e5ad244f
......@@ -13,12 +13,12 @@ brpc depends on following packages:
Install common deps:
```
$ sudo apt-get install git g++ make libssl-dev realpath
$ sudo apt-get install git g++ make libssl-dev
```
Install [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/leveldb):
```
$ sudo apt-get install libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev
$ sudo apt-get install realpath libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev
```
If you need to statically link leveldb:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment