From 0faac7b618c497eb2d67eba25cf75a6b6613d48d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 19 Feb 2017 18:11:23 -0500 Subject: [PATCH] Docs: Update for testing flod2 --- DEVELOPER | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index 0ff7fe31b..991f4ae44 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -1,8 +1,8 @@ How to Build Taskwarrior Satisfy the Requirements: - - gcc 4.9 or later, clang 3.4 or later or equivalent. This is because C++11 - is now used throughout the source. + - gcc 4.9 or later, clang 3.4 or later, or a compiler with full C++11 + support. - libuuid - gnutls (optional) - python 2.7 or 3 (optional, for running the test suite)