From e71e6aaa4a905b9afc179bd4e0805aa7d6c78d31 Mon Sep 17 00:00:00 2001 From: Teebonne <80053070+Teebonne@users.noreply.github.com> Date: Sun, 28 Aug 2022 22:45:00 +0100 Subject: [PATCH] Update README.md with example for cmake config I added the exampe of Release vs Debug for cmake config, it is useful for beginners in C++ like me, as I struggled with that when building the library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f0ad45..6718b4fa 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Finally, you can build the library using the command: cmake --build . --target OpenXLSX --config Release ``` -You can change the `--target` and `--config` arguments to whatever you wish to use. +You can change the `--target` and `--config` arguments to whatever you wish to use. For example, you can use `--config Debug` instead of `--config Release`. When built, you can install it using the following command: