Skip to content

Commit

Permalink
Fix build error of pulsar c++ client. (apache#4552)
Browse files Browse the repository at this point in the history
  • Loading branch information
murong00 authored and merlimat committed Jun 18, 2019
1 parent e9425c5 commit f349ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/developing-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ First, install all of the necessary dependencies:

```shell
$ apt-get install cmake libssl-dev libcurl4-openssl-dev liblog4cxx-dev \
libprotobuf-dev libboost-all-dev google-mock libgtest-dev libjsoncpp-dev
libprotobuf-dev protobuf-compiler libboost-all-dev google-mock libgtest-dev libjsoncpp-dev
```

Then compile and install [Google Test](https://github.com/google/googletest):
Expand Down

0 comments on commit f349ef3

Please sign in to comment.