summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index bc23773..a777b57 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -66,7 +66,9 @@ googletest (gtest) library.
* Otherwise you need to download it, unpack it, and pass
`--with-gtest` to `configure.py`. Get it from [its downloads
- page](http://code.google.com/p/googletest/downloads/list).
+ page](http://code.google.com/p/googletest/downloads/list); [this
+ direct download link might work
+ too](http://googletest.googlecode.com/files/gtest-1.6.0.zip).
### Test-driven development