This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch test_on_apache_mzink
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 629231e119b7d796e8aaebd312ca3e8aab3b002f
Author: Martin Zink <[email protected]>
AuthorDate: Fri Jun 6 15:15:08 2025 +0200

    update README.md compiler support
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e7102866..ca7bc7d3d 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,10 @@ The next table outlines CMAKE flags that correspond with 
MiNiFi extensions. Exte
 
 #### Utilities
 * CMake 3.24 or greater
-* gcc 11 or greater
+* Compiler
+  * g++ 11 or greater
+  * clang 17 or greater
+  * msvc 19.33 or greater
 * bison 3.0.x+ (3.2 has been shown to fail builds)
 * flex 2.6 or greater
 

Reply via email to