Skip to content
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

Where can i find msgpack library?? #1116

Closed
woongdam opened this issue Apr 17, 2024 · 2 comments
Closed

Where can i find msgpack library?? #1116

woongdam opened this issue Apr 17, 2024 · 2 comments

Comments

@woongdam
Copy link

woongdam commented Apr 17, 2024

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.

@redboltz
Copy link
Contributor

redboltz commented Apr 17, 2024

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.

@redboltz
Copy link
Contributor

Fixed by #1117 .
If you have further questions about this issue, feel free to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants