I am trying to build boost json to get libboost_json.a . tried using --with-json option but it never generates .
my config says its building , but I do not see this lib getting generated , enter image description here
I am trying to build boost json to get libboost_json.a . tried using --with-json option but it never generates .
my config says its building , but I do not see this lib getting generated , enter image description here
As far as I no there may not be one.
Instead the idea is that you include boost/json/src.hpp
in one of your own TUs. Of course, nothing stops you from putting that into your own static library, if that helps your build logistics.
If you have the Boost distribution and you build the libraries yourself, Boost.JSON should certainly get built. And binary distributions of Boost from specific packages should have a prebuilt Boost.JSON static and/or dynamic library.
Boost.JSON is available in Boost 1.75.0 and later.