From abc988476d165292720adea2b177cc247da5c62c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 1 Nov 2015 19:34:24 -0500 Subject: [PATCH] Docs: Added gcc requirement for Cygwin --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index e0aecdbcf..332119503 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,8 @@ 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) +For Cygwin, you will need gcc 4.9, for full C++11 compliance. + You will need the following libraries: - libuuid (not needed for OSX) - gnutls (can be optional - see '"sync" command' below)