Skip to content
Snippets Groups Projects
Commit d435caa1 authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #2625 from jcanizales/fix-c-install-typo

Fix typo in gtest install instructions for Mac
parents 1451f2e9 123e5d88
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ most Mac installations. Do the "git submodule" command listed above. ...@@ -117,7 +117,7 @@ most Mac installations. Do the "git submodule" command listed above.
Then execute the following for all the needed build dependencies Then execute the following for all the needed build dependencies
$ sudo /opt/local/bin/port install autoconf automake libtool gflags cmake $ sudo /opt/local/bin/port install autoconf automake libtool gflags cmake
$ mkdir ~/gtest $ mkdir ~/gtest-svn
$ svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn $ svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn
$ mkdir mybuild $ mkdir mybuild
$ cd mybuild $ cd mybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment