From f26d8f3175c2b41ba9568e9ec1c2425b401e8d0f Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sat, 30 Dec 2017 02:32:43 +0100 Subject: [PATCH] README: Add small note about CMake on Windows. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa345e7..2969ba3 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ make make DESTDIR=$pkgdir install ``` +On Windows CMake is usually used to create a Visual Studio solution file by running it inside the Developer Command Prompt for Visual Studio, for exact steps follow the official documentation from CMake and Microsoft and use the online search engine of your choice. The descriptions of the the options above still generally apply, although not all of them work on Windows. + #### Makefile If you don't have CMake available, but still have GNU make. You can use the makefile to build cJSON: -- GitLab