From 6ddcb0ac8b50b0eb2e4c0919e7ee8925cbd8ee02 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 5 Feb 2025 21:18:58 +0100 Subject: [PATCH] Add comment about cmake --install --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c94aa433648..643e107a72d 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,15 @@ For release builds it is recommended that you use: For building the tests use the flag. -DBUILD_TESTS=ON -Using cmake you can generate project files for Visual Studio,XCode,etc. +Using cmake you can generate project files for Visual Studio, XCode, etc. + +Finally, you can install cppcheck on your system with (optionally): + +```shell +cmake --install . +``` + +The above command is assuming you are still in the `build` directory. #### Building a specific configuration