From 4c549736a190948300e821245949ea1943f5ef00 Mon Sep 17 00:00:00 2001 From: Herwin Bozet Date: Thu, 18 Jul 2024 23:33:43 +0200 Subject: [PATCH] Updated main readme Update readme.md --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ba1a51e..ef17381 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Small collection of utilities and libraries for C99 that aims to simplify some d * ![](docs/images/text.png) Various string utilities * ![](docs/images/bug.png) Toggleable debugging output functions * ![](docs/images/module.png) Completely macro-able `char`↔`wchar_t` support -* ![](docs/images/plus.png) Small extras like UUID4, CRC32B & platform detection +* ![](docs/images/plus.png) Small extras like UUID4, CRC32B & compile-time platform detection * ![](docs/images/linux.png) Supports [a wide variety of OS, CPU ISA & Compilers](platforms.md) * ![](docs/images/windows_95.png) Support for both MSVCRT & UCRT on Windows platforms * ![](docs/images/view_more.png) Other features to come as needed or requested @@ -23,7 +23,7 @@ Small collection of utilities and libraries for C99 that aims to simplify some d ### Preamble **Requirements:**
-  ● CMake 3.13+
+  ● CMake 3.13+  *(Only if you use CMake for building)*
  ● [Qt's Jom](https://wiki.qt.io/Jom)  *(ReactOS only, replaces nmake)* **Supported OS:**
@@ -38,6 +38,10 @@ Small collection of utilities and libraries for C99 that aims to simplify some d ![](docs/images/info.png) Check [platforms.md](platforms.md) for more info on the platform detector.
![](docs/images/settings.png) Check [definitions.md](definitions.md) for a complete listing of the configuration definitions. +### MSVCRT Setup & Support +Please read [msvcrt/readme.md](msvcrt/readme.md) if you intend on targeting MSVCRT +instead of UCRT on Win32 platforms as it requires you to set some things up properly +beforehand. ### CMake's FetchContent