This is an automated email from the ASF dual-hosted git repository.
xyz 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 2abbf83 Update README to build wireshark plugin correctly (#460)
2abbf83 is described below
commit 2abbf830f9b2a01ebef9d5511d4f4a9a7b4683d6
Author: Okada Haruki <[email protected]>
AuthorDate: Mon Dec 9 15:51:17 2024 +0900
Update README to build wireshark plugin correctly (#460)
---
wireshark/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wireshark/README.md b/wireshark/README.md
index 6c80a32..b38ab9b 100644
--- a/wireshark/README.md
+++ b/wireshark/README.md
@@ -37,13 +37,13 @@ To install the Wireshark, see [the official
documents](https://www.wireshark.org
- macOS
```shell
-$ brew install wireshark
+$ brew install pkg-config wireshark protobuf
```
- Ubuntu
```shell
-$ sudo apt install wireshark-dev
+$ sudo apt install protobuf-compiler libprotobuf-dev wireshark-dev
```
### Build from source