mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Increase minimum requirement to C++14
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
0b74e850fb
commit
2372770f6a
2 changed files with 5 additions and 5 deletions
6
INSTALL
6
INSTALL
|
@ -10,9 +10,9 @@ In order to build Timewarrior, you will need:
|
|||
- cmake (See https://cmake.org)
|
||||
- make
|
||||
|
||||
You will need a C++ compiler that supports full C++11, which includes:
|
||||
- gcc 4.8.1 (released 2013-03-31)
|
||||
- clang 3.3 (released 2013-06-17)
|
||||
You will need a C++ compiler that supports full C++14, which includes:
|
||||
- gcc 6.1
|
||||
- clang 3.4
|
||||
|
||||
|
||||
# Basic Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue