Commit 7bdb20f8 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

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
parent 1559d510
...@@ -70,7 +70,7 @@ Folly is published on Github at https://github.com/facebook/folly ...@@ -70,7 +70,7 @@ Folly is published on Github at https://github.com/facebook/folly
#### Dependencies #### 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 Please download googletest from
https://github.com/google/googletest/archive/release-1.8.0.tar.gz and unpack it into the https://github.com/google/googletest/archive/release-1.8.0.tar.gz and unpack it into the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment