We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d20364 commit e88fa26Copy full SHA for e88fa26
README.md
@@ -63,6 +63,11 @@ int main()
63
64
See [`QUICKSTART-CPP.md`](./QUICKSTART-CPP.md) for more details.
65
66
+Dependency
67
+-----
68
+msgpack-c requires [boost library](https://www.boost.org/).
69
+msgpack-c depends on only boost headers. You don't need to link boost libraries.
70
+
71
Usage
72
-----
73
@@ -71,7 +76,8 @@ Usage
76
When you use msgpack on C++, you can just add
77
msgpack-c/include to your include path:
78
74
- g++ -I msgpack-c/include your_source_file.cpp
79
+ g++ -I msgpack-c/include -I path_to_boost your_source_file.cpp
80
75
81
82
### Building and Installing
83
0 commit comments