We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
msgpack
Hello I'm a student in University I'm interested in your project. So. I want to try to build.
But, I can't find msgpack library. Could you give me how to use this project.
I don't understand "link msgpack library to use MessagePack on your program." which you find QUICKSTART-CPP
Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for reporting the issue. C++ version of msgpack-c is a header only library. So you don't need to link libraries.
It seems that the following document should as follows:
Before:
Include msgpack.hpp header and link msgpack library to use MessagePack on your program.
After:
Include msgpack.hpp header to use MessagePack on your program.
I will fix the document.
Sorry, something went wrong.
Fixed by #1117 . If you have further questions about this issue, feel free to reopen the issue.
No branches or pull requests
Hello
I'm a student in University
I'm interested in your project.
So. I want to try to build.
But, I can't find msgpack library.
Could you give me how to use this project.
I don't understand "link
msgpack
library to use MessagePack on your program." which you find QUICKSTART-CPPThank you.
The text was updated successfully, but these errors were encountered: