From eca99caab4e414f8113ee27d9f0b91febad90b03 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 1 Aug 2024 22:42:58 -0700 Subject: [PATCH] Add cppcheck requirement to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42de8837..606d041a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Below is a high-level overview of the project structure and capabilities we are * HDF5 * Boost * Doxygen (optional, documentation building is skipped if missing) +* cppcheck (optional, only needed when building in developer mode `dev`) # Building and installing @@ -132,4 +133,4 @@ of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative -works, and perform publicly and display publicly, and to permit others to do so. \ No newline at end of file +works, and perform publicly and display publicly, and to permit others to do so.