mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +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
|
@ -1,7 +1,8 @@
|
|||
# How to Build Taskwarrior
|
||||
|
||||
## Satisfy the Requirements:
|
||||
* gcc 4.9 or later, clang 3.4 or later, or a compiler with full C++11 support.
|
||||
* CMake 3.0 or later
|
||||
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++11 support
|
||||
* libuuid (if not on macOS)
|
||||
* gnutls (optional)
|
||||
* python 2.7 or 3 (optional, for running the test suite)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue