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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ As mentioned earlier, the library requires some third-party open source librarie
61
61
* Boost (tested with 1.55+ and greater - 1.90 recommended): http://www.boost.org/
62
62
* (Included) Cereal (tested with 1.2.1 and greater, 1.3.2 recommended): http://uscilab.github.io/cereal/ - included with CoreLibrary in Include/cereal.
63
63
* (Included) Loki: http://loki-lib.sourceforge.net/ - included with CoreLibrary in Include/loki.
64
+
* (Included) MessagePack v7.0.0: https://github.com/msgpack/msgpack-c/tree/cpp_master - included with the CoreLibrary in include/msgpack.
64
65
* Google Test (tested with 1.7.0+ or greater): https://github.com/google/googletest
65
66
* (Optional) Google Protocol Buffers (tested with 3.7.1 and greater): https://github.com/protocolbuffers/protobuf - only needed if you want to plug-in protocol buffers into the networking classes to serialize messages over-the-wire.
66
67
* (Optional) Google flatbuffers Buffers (tested with 25.12.19): https://github.com/google/flatbuffers - only needed if you want to plug-in protocol buffers into the networking classes to serialize messages over-the-wire.
0 commit comments