msgpack / msgpack-c

MessagePack implementation for C and C++ / msgpack.org[C/C++]
Other
3.03k stars 883 forks source link

What is the minimum Boost install #1063

Closed MyraBaba closed 1 year ago

MyraBaba commented 1 year ago

Boost install almost 560Mb

what is the required boost lib to install ? and the command ?

Best

redboltz commented 1 year ago

https://github.com/msgpack/msgpack-c/issues/978#issuecomment-921537031

Here is the list of boost required packages. Actual command is different for each environment. The simplest approach is download boost and add include path boost_1_81_0/include to your project. You don't need to build boost because msgpack-c (C++) uses only header-only part of the boost.