From 187ae4b938cb27bd631ada7db8f943b4d067a0ef 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 bddfa4320..fd47ba2e0 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)