Skip to content

Commit

Permalink
Merge pull request #17 from nicksbyman/master
Browse files Browse the repository at this point in the history
Up gcc minimum version in README
  • Loading branch information
flier committed Oct 12, 2017
2 parents f082bd9 + 120e1bb commit f86357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ brew install curl double-conversion gflags glog google-benchmark gperftools ra

### Linux

`zipkin-cpp` requires gcc 4.8+ and a version of boost compiled with C++11 support.
`zipkin-cpp` requires gcc 4.9+ and a version of boost compiled with C++11 support. If your build system needs to compiled in an earlier version (e.g., 4.8), then you can checkout an older folly commit, and build folly from that commit. Folly's current codebase requires gcc 4.9+ to compile.

#### Ubuntu

Expand Down

0 comments on commit f86357f

Please sign in to comment.