From fc940535a54037d97c6b4c8de563871b70f2416d Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Mon, 2 Oct 2017 21:17:28 +0300 Subject: [PATCH] #0 README.md updated: added recommended versions of GCC and Clang --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f72173..4077a30 100644 --- a/README.md +++ b/README.md @@ -174,11 +174,11 @@ APPLICATION_NAME - name of profiling application ## Prerequisites -For core: -* compiler with c++11 support -* cmake 3.0 or higher +* CMake 3.0 or higher +* Compiler with c++11 support + * for Unix systems compiler with `thread_local` support is **highly recommended**: _GCC >=4.8_, _Clang >=3.3_ -For GUI: +Additional requirements for GUI: * Qt 5.3.0 or higher ## Linux