From 13b6bf3312ec56d6a75ca2ecd445a5a4e47c3d72 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 2 Nov 2015 18:44:48 -0500 Subject: [PATCH] Revert "Docs: Added gcc requirement for Cygwin" This reverts commit abc988476d165292720adea2b177cc247da5c62c. --- INSTALL | 2 -- 1 file changed, 2 deletions(-) diff --git a/INSTALL b/INSTALL index 332119503..e0aecdbcf 100644 --- a/INSTALL +++ b/INSTALL @@ -18,8 +18,6 @@ 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)