Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lynncui00 authored Nov 5, 2016
1 parent c0fdf49 commit c2567af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2567af

Please sign in to comment.