-
Notifications
You must be signed in to change notification settings - Fork 76
[docs] Add example for how to import the library #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There is a fix needed in the upstream. When |
bc36ae0 to
adede93
Compare
adede93 to
0e56856
Compare
|
|
||
| ### Download pre-built binaries | ||
|
|
||
| For non-vcpkg projects, you can download pre-built binaries from the [official release page](https://pulsar.apache.org/download/#pulsar-c-client). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we also need to update this doc? https://pulsar.apache.org/docs/3.1.x/client-libraries-cpp/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
|
I am trying to run the example. But it throws the following errors when executing In |
|
@RobertIndie Have you fetched the submodule? Please note that this PR also updates the commit of the vcpkg submodule. Could you run the following command and show the output? cd vcpkg && git log --pretty=oneline | head -n 1If you only ran |
Thanks. It works now! |
No description provided.