mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Update notes regarding C++14 support
4a929197ae
introduced C++14 support.
The build will now terminate unless the compiler supports C++14
dialect. The documentation does not reflect that: this commit updates
few reference files to actually say that the building process requires
a C++14-compliant compiler.
This commit is contained in:
parent
3594e1886f
commit
06521a1b55
3 changed files with 3 additions and 3 deletions
2
INSTALL
2
INSTALL
|
@ -14,7 +14,7 @@ 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:
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue