You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`MSGPACK_CXX[11|17]` flags are not affected to installing files. Just switching test cases. All files are installed in every settings.
151
+
152
+
When you use the C part of `msgpack-c`, you need to build and link the library. By default, both static/shared libraries are built. If you want to build only static library, set `BUILD_SHARED_LIBS=OFF` to cmake. If you want to build only shared library, set `BUILD_SHARED_L
153
+
146
154
#### GUI on Windows
147
155
148
156
Clone msgpack-c git repository.
@@ -170,7 +178,7 @@ the binaries:' text box.
170
178
171
179
### Documentation
172
180
173
-
You can get additional information on the
181
+
You can get additional information including the tutorial on the
0 commit comments