mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Portability
- Clarified the requirements regarding C++11 support, libuuid and gnutls.
This commit is contained in:
parent
528e72062b
commit
e8dc5a16a1
2 changed files with 14 additions and 0 deletions
7
INSTALL
7
INSTALL
|
@ -10,6 +10,13 @@ Pre-requisites
|
|||
You will need the CMake build system installed in order to build taskwarrior
|
||||
from source.
|
||||
|
||||
You will need a C++ compiler that support C++11 N1984, which includes:
|
||||
|
||||
- gcc 4.4 (released 2009-04-21)
|
||||
- clang 2.9 (released 2011-04-06)
|
||||
- uuid lib
|
||||
- gnutls (optional)
|
||||
|
||||
More information on cmake can be obtained at http://cmake.org
|
||||
|
||||
It is HIGHLY RECOMMENDED that you build with a library that provides uuid_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue