mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
docs: Update compiler requirements
This commit is contained in:
parent
fdaabcf956
commit
c223b0694c
3 changed files with 5 additions and 5 deletions
6
INSTALL
6
INSTALL
|
@ -14,9 +14,9 @@ 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++14, which includes:
|
||||
- gcc 5.0 (released 2013-12-23)
|
||||
- clang 3.4 (released 2014-01-02)
|
||||
You will need a C++ compiler that supports full C++17, which includes:
|
||||
- gcc 7.1 (released 2017-05-02)
|
||||
- clang 5.0 (released 2017-09-07)
|
||||
|
||||
You will need the following libraries:
|
||||
- libuuid (not needed for OSX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue