mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Build: C++14 support added
This commit is contained in:
parent
2623d101e7
commit
53088dae65
12 changed files with 25 additions and 38 deletions
4
INSTALL
4
INSTALL
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue