Skip to content

Commit

Permalink
Added note on how to install libpulsar with brew on MacOS (apache#3641
Browse files Browse the repository at this point in the history
)
  • Loading branch information
merlimat authored Feb 21, 2019
1 parent 5e4283e commit 5e7483f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions site2/docs/client-libraries-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,13 @@ Debian packages will be created at `pulsar-client-cpp/pkg/deb/BUILD/DEB/`

## MacOS

Use the [Homebrew](https://brew.sh/) supplied recipe to build the Pulsar
client lib on MacOS.
Pulsar releases are available through the [Homebrew](https://brew.sh/) core repository. You can install the C++ client
library with:

```shell
brew install https://raw.githubusercontent.com/apache/pulsar/master/pulsar-client-cpp/homebrew/libpulsar.rb
brew install libpulsar
```

If using Python 3 on MacOS, add the flag `--with-python3` to the above command.

This will install the package with the library and headers.

## Connection URLs
Expand Down

0 comments on commit 5e7483f

Please sign in to comment.