0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

#0 README.md updated: added recommended versions of GCC and Clang

This commit is contained in:
Victor Zarubkin 2017-10-02 21:17:28 +03:00
parent d915a8d506
commit fc940535a5

View File

@ -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