From d13dee54443a0086962fa3096fac86636996807e Mon Sep 17 00:00:00 2001 From: Dave Peterson Date: Tue, 17 Nov 2015 22:31:17 -0800 Subject: [PATCH] minor edit of google test framework setup instructions --- doc/gtest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gtest.md b/doc/gtest.md index 75d7871..74c4af2 100644 --- a/doc/gtest.md +++ b/doc/gtest.md @@ -2,9 +2,9 @@ The following instructions assume that you are running on an x86-64 architecture CentOS or RHEL installation. For Ubuntu installations (64 or 32 -bit), or 32-bit CentOS/RHEL installations, the libraries would get copied to -`/usr/lib` rather than `/usr/lib64`. To set up the Google Test Framework, -execute the following commands: +bit), or 32-bit CentOS/RHEL installations, the instructions are identical +except that the libraries get copied to `/usr/lib` rather than `/usr/lib64`. +To set up the Google Test Framework, execute the following commands: ``` wget http://googletest.googlecode.com/files/gtest-1.7.0.zip