mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Merge pull request #1980 from omtcvxyz/C++14
Update notes regarding C++14 support
This commit is contained in:
commit
f37e98765b
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Satisfy the Requirements:
|
||||
* CMake 3.0 or later
|
||||
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++11 support
|
||||
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++14 support
|
||||
* libuuid (if not on macOS)
|
||||
* gnutls (optional)
|
||||
* python 2.7 or 3 (optional, for running the test suite)
|
||||
|
|
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)
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ There are many binary packages available, but to install from source requires:
|
|||
* git
|
||||
* cmake
|
||||
* make
|
||||
* C++ compiler, currently gcc 5.0+ or clang 3.4+ for full C++11 support
|
||||
* C++ compiler, currently gcc 5.0+ or clang 3.4+ for full C++14 support
|
||||
|
||||
Download the tarball, and expand it:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue