From c2567af23b4dd1d42e3705edc589693ff84e9470 Mon Sep 17 00:00:00 2001 From: Haochuan Cui Date: Sat, 5 Nov 2016 18:50:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b9cfa87..1b36ef752 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Following is a dependency relationship tablet of all directories. | sample/phxkv | Executable program | libphxpaxos.a,libphxpaxos_plugin.a | grpc | | src/ut | Unit tests | None | gtest,gmock | -We only need 2 third party libs: Protobuf and Leveldb while compiling PhxPaxos library(target is libphxpaoxs.a).But we need GLOG and GRPC while compiling other directories. All these third party libs should be prepared and palced in our `third_party` directory before PhxPaxos compilation. You can `git clone` them by adding `--recursive-submodules` on just download and link them. +We only need 2 third party libs: Protobuf and Leveldb while compiling PhxPaxos library(target is libphxpaoxs.a).But we need GLOG and GRPC while compiling other directories. All these third party libs should be prepared and palced in our `third_party` directory before PhxPaxos compilation. You can `git clone` them by adding `--recurse-submodules` on just download and link them. ### Compilation Enviroment * Linux