diff --git a/README.txt b/README.txt index 2dcbd8b..0c351c3 100644 --- a/README.txt +++ b/README.txt @@ -91,6 +91,13 @@ The documentation of the latest release is available online at: http://jsoncpp.sourceforge.net/ +* Using json-cpp in your project: + =============================== + +include/ should be added to your compiler include path. jsoncpp headers should be included as follow: +#include + + * Adding a reader/writer test: ============================