Skip to content

Commit

Permalink
minor edit of google test framework setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeterson committed Nov 18, 2015
1 parent b5e7c38 commit d13dee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/gtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d13dee5

Please sign in to comment.