Commit 0f32c1fd authored by gejun's avatar gejun

install realpath for ubuntu

parent 534a765c
......@@ -3,7 +3,7 @@ language: cpp
sudo: required
install:
- sudo apt-get install -qq libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev
- sudo apt-get install -qq realpath libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev
- sh config_brpc.sh --headers=/usr/include --libs=/usr/lib
- make -sj8
......
......@@ -13,7 +13,7 @@ brpc depends on following packages:
Install common deps:
```
$ sudo apt-get install git g++ make libssl-dev
$ sudo apt-get install git g++ make libssl-dev realpath
```
Install [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/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