Fix versions for C++14 support

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-05-27 23:07:52 +02:00
parent 2372770f6a
commit 67ced9da56

View file

@ -20,7 +20,7 @@ Building Timewarrior yourself requires
* git
* cmake
* make
* C++ compiler with full C++14 support, currently gcc 4.8.1+ or clang 3.3+
* C++ compiler with full C++14 support, currently gcc 6.1+ or clang 3.4+
* Python 3 (for running the testsuite)
* Asciidoctor (for creating documentation)