Increase minimum requirement to C++14

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-02-28 21:47:53 +01:00
parent a98bd14d66
commit 44a386ef9a

View file

@ -20,7 +20,7 @@ Building Timewarrior yourself requires
* git
* cmake
* make
* C++ compiler, currently gcc 4.8.1+ or clang 3.3+ for full C++11 support
* C++ compiler with full C++14 support, currently gcc 4.8.1+ or clang 3.3+
* Python 3, for running the testsuite
There are two ways to retrieve the Timewarrior sources: