aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-11 20:01:35 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-11 20:01:35 +0000
commitc67d1a2ae81c6e8a6f735e43f1d2269c7a90e60c (patch)
tree1bc42a31d384c9cfdb7d88d21aa6e04e23042cdf /README
parent8bbeac4c243e00cd407179b4412318ad645e82a7 (diff)
downloadgoogletest-c67d1a2ae81c6e8a6f735e43f1d2269c7a90e60c.tar.gz
googletest-c67d1a2ae81c6e8a6f735e43f1d2269c7a90e60c.tar.bz2
googletest-c67d1a2ae81c6e8a6f735e43f1d2269c7a90e60c.zip
Fixes instructions for building on Mac OS X.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2646bab0..20b5e9a9 100644
--- a/README
+++ b/README
@@ -74,10 +74,10 @@ are using Linux, Mac OS X, or Cygwin. Enter the target directory of
the checkout command you used ('gtest-svn' or 'gtest-X.Y-svn' above)
and proceed with the following commands:
- $ aclocal-1.9 # Where "1.9" must match the following automake command
- $ libtoolize -c
+ $ aclocal-1.9 # Where "1.9" must match the following automake command.
+ $ libtoolize -c # Use "glibtoolize -c" instead on Mac OS X.
$ autoheader
- $ automake-1.9 -ac # See Automake version requirements above
+ $ automake-1.9 -ac # See Automake version requirements above.
$ autoconf
While this is a bit complicated, it will most often be automatically re-run by