From 7bdb20f850299dc14045ef9e00b8b90a1dce17b7 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Mon, 15 May 2017 11:33:10 -0700 Subject: [PATCH] List the new GCC 4.9 and C++14 minimum requirement Summary: [Folly] List the new GCC 4.9 and C++14 minimum requirement. We no longer support GCC 4.8 or C++11. Closes #590. Reviewed By: Orvid, mzlee Differential Revision: D5058942 fbshipit-source-id: 0545d1bb294494e5ef5f17a40c9cf3ac688bd8d0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea4178b..e8bff508 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Folly is published on Github at https://github.com/facebook/folly #### Dependencies -folly requires gcc 4.8+ and a version of boost compiled with C++11 support. +folly requires gcc 4.9+ and a version of boost compiled with C++14 support. Please download googletest from https://github.com/google/googletest/archive/release-1.8.0.tar.gz and unpack it into the -- 2.34.1