Build: C++14 support added

This commit is contained in:
Paul Beckingham 2018-02-16 22:04:29 -05:00
parent 2623d101e7
commit 53088dae65
12 changed files with 25 additions and 38 deletions

View file

@ -8,14 +8,14 @@ source.
Dependencies
------------
You will need the CMake build system installed in order to build Taskwarrior
You will need the CMake 3.0+ build system installed in order to build Taskwarrior
from source. More information on CMake can be obtained at https://cmake.org
You will also need:
- make
You will need a C++ compiler that supports full C++11, which includes:
- gcc 4.9 (released 2014-04-22)
- gcc 5.0 (released 2013-12-23)
- clang 3.4 (released 2014-01-02)
You will need the following libraries: