Commit 49ec4f6d authored by Joe Loser's avatar Joe Loser Committed by Facebook Github Bot

Update README to reflect min supported GCC version (#997)

Summary:
- Folly no longer guarantees support for GCC 4.9.
- It is only tested with GCC 5.1 or later, so update the `README` to
  reflect that.
Pull Request resolved: https://github.com/facebook/folly/pull/997

Reviewed By: markisaa

Differential Revision: D13648256

Pulled By: yfeldblum

fbshipit-source-id: c694ea0af0c63bd4ec16eb2a8a3e2d95b5801f4d
parent 92bb5d8e
...@@ -72,7 +72,7 @@ Folly is published on Github at https://github.com/facebook/folly ...@@ -72,7 +72,7 @@ Folly is published on Github at https://github.com/facebook/folly
#### Dependencies #### Dependencies
folly requires gcc 4.9+ and a version of boost compiled with C++14 support. folly requires gcc 5.1+ and a version of boost compiled with C++14 support.
googletest is required to build and run folly's tests. You can download googletest is required to build and run folly's tests. You can download
it from https://github.com/google/googletest/archive/release-1.8.0.tar.gz it from https://github.com/google/googletest/archive/release-1.8.0.tar.gz
......
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