commit | 13698b583572c3e9657915e8d32081f3621ab9af | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun May 01 17:24:16 2011 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Sun May 01 17:24:16 2011 +0000 |
tree | f0fe78cfea6b3c44625679c12b49ff5f4a180430 | |
parent | 5349225f43eb4aae8a09976394e5b6f5e555a952 [diff] |
Added recommended include path.
diff --git a/README.txt b/README.txt index 2dcbd8b..0c351c3 100644 --- a/README.txt +++ b/README.txt
@@ -91,6 +91,13 @@ 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: ============================