From: Nicholas Ormrod Date: Wed, 11 Mar 2015 18:11:12 +0000 (-0700) Subject: Fixed README download link to get the correct GTest version X-Git-Tag: v0.31.0~1 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad38439871d77895559bbaf6c5fef37f9e8d012e;p=folly.git Fixed README download link to get the correct GTest version Summary: Signed-off-by: Nicholas Ormrod Test Plan: Clicked link, gtest started downloading Reviewed By: markisaa@fb.com Subscribers: sdwilsh, folly-diffs@, yfeldblum FB internal diff: D1901849 Tasks: 6255850 Signature: t1:1901849:1426097071:e887ed8749c70d5e15877082ac0175ce3b56647e --- diff --git a/README b/README index 5fc44e17..47e1c1a7 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ Dependencies folly requires gcc 4.8+ and a version of boost compiled with C++11 support. Please download googletest from -https://googletest.googlecode.com/files/gtest-1.6.0.zip and unzip it in the +https://googletest.googlecode.com/files/gtest-1.7.0.zip and unzip it in the folly/test subdirectory. Ubuntu 13.10