Skip to content

Commit fe6fd5f

Browse files
bleprjeczalik
authored andcommitted
Added recommended include path.
git-svn-id: https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk@163 1f120ed1-78a5-a849-adca-83f0a9e25bb6
1 parent 700147d commit fe6fd5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ The documentation of the latest release is available online at:
9191
http://jsoncpp.sourceforge.net/
9292

9393

94+
* Using json-cpp in your project:
95+
===============================
96+
97+
include/ should be added to your compiler include path. jsoncpp headers should be included as follow:
98+
#include <json/json.h>
99+
100+
94101
* Adding a reader/writer test:
95102
============================
96103

0 commit comments

Comments
 (0)