From 924c2640205764d1833756db1f4215fd4095f8ff Mon Sep 17 00:00:00 2001 From: The-EDev Date: Tue, 20 Oct 2020 16:21:14 +0300 Subject: [PATCH] added new testing information to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45972bffa..d4a0a51eb 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ If you just want to use crow, generate `crow_all.h` (use script `amalgamate/merg ### Requirements - - C++ compiler with good C++14 support (tested with g++>=8). + - C++ compiler with good C++14 support. + - Tested on g++-9.3 and clang-7.0, AMD64 (x86_64) and Arm64 v8 - boost 1.7 library. - (optional) CMake to build tests and/or examples. - (optional) Linking with tcmalloc/jemalloc is recommended for speed.