Updated Amalgamated (Possibly outdated) (markdown)

Jordan Bayles 2019-10-11 12:47:24 -07:00
parent 7b61084776
commit ccbfe1cd2c

@ -15,6 +15,8 @@ It is possible to specify header name. See the -h option for detail.
By default, the following files are generated:
**dist/jsoncpp.cpp:** source file that needs to be added to your project.
**dist/json/json.h:** corresponding header file for use in your project. It is equivalent to including json/json.h in non-amalgamated source. This header only depends on standard headers.
**dist/json/json-forwards.h:** header that provides forward declaration of all JsonCpp types.
The amalgamated sources are generated by concatenating JsonCpp source in the correct order and defining the macro JSON_IS_AMALGAMATION to prevent inclusion of other headers.