From 3aea01c53a1c7be92df53dfc0fe0ee6dd2445eda Mon Sep 17 00:00:00 2001 From: Teebonne <80053070+Teebonne@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:14:03 +0100 Subject: [PATCH] Update README.md for Release vs Debug install config for install should be the same as config for build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f0ad45..b855a72c 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,11 @@ You can change the `--target` and `--config` arguments to whatever you wish to u When built, you can install it using the following command: ``` -cmake --install . +cmake --install . --config Release ``` +You can also change the `--config Release` argument to `--config Debug` for example. + This command will install the library and header files to the default location on your platform (usually /usr/local/ on Linux and MacOS, and C:\Program Files on Windows). You can set a different location using the --prefix argument.