Added recommended include path.

This commit is contained in:
Baptiste Lepilleur 2011-05-01 17:24:16 +00:00
parent 5349225f43
commit 13698b5835

View File

@ -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 <json/json.h>
* Adding a reader/writer test:
============================