diff --git a/Amalgamated-(Possibly-outdated).md b/Amalgamated-(Possibly-outdated).md index 71235fa..049e6be 100644 --- a/Amalgamated-(Possibly-outdated).md +++ b/Amalgamated-(Possibly-outdated).md @@ -7,7 +7,7 @@ The include/ should be added to your compiler include path. JsonCpp headers shou If JsonCpp was built as a dynamic library on Windows, then your project needs to define the macro JSON_DLL. Generating amalgamated source and header -JsonCpp is provided with a script to generate a single header and a single source file to ease inclusion into an existing project. The amalgamated source can be generated at any time by running the following command from the top-directory (this requires Python 2.6): +JsonCpp is provided with a script to generate a single header and a single source file to ease inclusion into an existing project. The amalgamated source can be generated at any time by running the following command from the top-directory (this requires Python 3.4+): `python amalgamate.py` It is possible to specify header name. See the -h option for detail.