From 13698b583572c3e9657915e8d32081f3621ab9af Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 1 May 2011 17:24:16 +0000 Subject: [PATCH] Added recommended include path. --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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: ============================