Use of BSON library without driver

hi.
i’m looking to read BSON file in c++ but this file is stored locally so i doesn’t need to use the driver…since i’m looking to use just libbson, i can just build it then use in my project?

@Mirko_Rossetti you can add the option -DENABLE_MONGOC=OFF to the cmake command line so that the C driver part does not get built and only the libbson part is built.

1 Like