1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-23 15:12:04 +00:00

-lm may be necessary to compile.

git-svn-id: http://svn.code.sf.net/p/cjson/code@7 e3330c51-1366-4df0-8b21-3ccf24e3d50e
This commit is contained in:
Dave Gamble 2009-10-28 23:58:17 +00:00
parent e5fe65f58a
commit 10d4ec62e0

2
README
View File

@ -34,7 +34,7 @@ First up, how do I build?
Add cJSON.c to your project, and put cJSON.h somewhere in the header search path.
For example, to build the test app:
gcc cJSON.c test.c -o test
gcc cJSON.c test.c -o test -lm
./test