README: Add small note about CMake on Windows.

This commit is contained in:
Max Bruckner 2017-12-30 02:32:43 +01:00
parent e7d0c1dc37
commit f26d8f3175
1 changed files with 2 additions and 0 deletions

View File

@ -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: