From 91f6980d2fc80078859d127dcae4efd92ddf44b0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 17 Feb 2015 08:39:17 -0500 Subject: [PATCH] Documents - Updated INSTALL instructions with dependencies. --- INSTALL | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 15eab32b4..70d26a411 100644 --- a/INSTALL +++ b/INSTALL @@ -8,16 +8,17 @@ Pre-requisites -------------- You will need the CMake build system installed in order to build taskwarrior -from source. +from source. More information on cmake can be obtained at http://cmake.org -You will need a C++ compiler that support C++11 N1984, which includes: +You will need a C++ compiler that supports 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 +In addition: + + - uuid lib + - gnutls (optional - for syncing) It is HIGHLY RECOMMENDED that you build with a library that provides uuid_* functions, such as libuuid.