From 63d62edbdae075e7ba5e54c7b48a777a008124a3 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Thu, 22 Jan 2015 16:31:17 -0600 Subject: [PATCH] new page --- Projects-using-jsoncpp.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Projects-using-jsoncpp.md diff --git a/Projects-using-jsoncpp.md b/Projects-using-jsoncpp.md new file mode 100644 index 0000000..fc63808 --- /dev/null +++ b/Projects-using-jsoncpp.md @@ -0,0 +1,12 @@ +MinGW build +----------- +**jsoncpp** is now a pre-compiled package in a MinGW release (the w64 fork). +* https://github.com/Alexpux/MINGW-packages/pull/422 +* https://github.com/Alexpux/MINGW-packages +* http://mingw-w64.sourceforge.net/ +* http://www.mingw.org/ + +Others +------ +* Debian ships with jsoncpp. +* [Cinder](https://github.com/cinder/Cinder) includes jsoncpp. \ No newline at end of file