mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
docs: Update the build toolchain requirements
This commit is contained in:
parent
be4ca80842
commit
f2177e1254
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
How to Build Taskwarrior
|
How to Build Taskwarrior
|
||||||
|
|
||||||
Satisfy the Requirements:
|
Satisfy the Requirements:
|
||||||
- gcc 4.9 or later, clang 3.3 or later or equivalent. This is because C++11
|
- gcc 4.9 or later, clang 3.4 or later or equivalent. This is because C++11
|
||||||
is now used throughout the source.
|
is now used throughout the source.
|
||||||
- libuuid
|
- libuuid
|
||||||
- gnutls (optional)
|
- gnutls (optional)
|
||||||
|
|
4
INSTALL
4
INSTALL
|
@ -15,8 +15,8 @@ You will also need:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
You will need a C++ compiler that supports full C++11, which includes:
|
You will need a C++ compiler that supports full C++11, which includes:
|
||||||
- gcc 4.7 (released 2012-03-23)
|
- gcc 4.9 (released 2014-04-22)
|
||||||
- clang 3.3 (released 2013-01-07)
|
- clang 3.4 (released 2014-01-02)
|
||||||
|
|
||||||
You will need the following libraries:
|
You will need the following libraries:
|
||||||
- libuuid (not needed for OSX)
|
- libuuid (not needed for OSX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue