From 60139d24f88a7241eeb32de646cc02b5371bdbbc Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 15 Feb 2017 14:40:14 +0100 Subject: [PATCH] docs: Update the build toolchain requirements --- DEVELOPER | 2 +- INSTALL | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index 4f2ec54a1..0ff7fe31b 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -1,7 +1,7 @@ How to Build Taskwarrior 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. - libuuid - gnutls (optional) diff --git a/INSTALL b/INSTALL index 0c4ec138c..dd70e9fa9 100644 --- a/INSTALL +++ b/INSTALL @@ -15,8 +15,8 @@ You will also need: - make You will need a C++ compiler that supports full C++11, which includes: - - gcc 4.7 (released 2012-03-23) - - clang 3.3 (released 2013-01-07) + - gcc 4.9 (released 2014-04-22) + - clang 3.4 (released 2014-01-02) You will need the following libraries: - libuuid (not needed for OSX)