From 1f3b95e2b1ec59c040ceec310a362052bef42e1e Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Tue, 15 Nov 2016 20:19:02 +0700 Subject: [PATCH] README: Compiles on FreeBSD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6353ce8..bfdcd43 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ make make DESTDIR=$pkgdir install ``` -CMake supports a lot of different platforms, not only UNIX Makefiles, but only UNIX Makefiles have been tested. It works on GNU/Linux and has been confirmed to compile on some versions of macOS, Cygwin, Solaris and OpenIndiana. +CMake supports a lot of different platforms, not only UNIX Makefiles, but only UNIX Makefiles have been tested. It works on GNU/Linux and has been confirmed to compile on some versions of macOS, Cygwin, FreeBSD, Solaris and OpenIndiana. #### Makefile If you don't have CMake available, but still have make. You can use the makefile to build cJSON: