You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/15 14:26:46 UTC

[pulsar-client-cpp] branch main updated: Add CMAKE to the Homebrew installation line (#145)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 44f3b52  Add CMAKE to the Homebrew installation line (#145)
44f3b52 is described below

commit 44f3b5240732a035395ec34b977301435dd0ec71
Author: Eric Hare <er...@gmail.com>
AuthorDate: Thu Dec 15 06:26:41 2022 -0800

    Add CMAKE to the Homebrew installation line (#145)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 46204e2..1588bd7 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ perf/perfConsumer
 #### Install all dependencies:
 
 ```shell
-brew install openssl protobuf boost boost-python3 googletest zstd snappy
+brew install cmake openssl protobuf boost boost-python3 googletest zstd snappy
 ```
 
 #### Compile Pulsar client library: