Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
19e49afd
Commit
19e49afd
authored
Jan 14, 2009
by
zhanyong.wan
Browse files
Updates README with instructions on downloading TR1 tuple without the rest of Boost.
parent
326aa564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
README
README
+13
-6
No files found.
README
View file @
19e49afd
...
...
@@ -52,7 +52,8 @@ package (as described below):
* GNU-compatible Make or "gmake"
* POSIX-standard shell
* POSIX(-2) Regular Expressions (regex.h)
* gcc 4.0 or newer
* gcc 4.0 or newer, or gcc 3.4 or newer with the tr1 tuple library
(from Boost or other vendors).
Furthermore, if you are building Google Mock from a VCS Checkout (also
described below), there are further requirements:
...
...
@@ -63,11 +64,12 @@ described below), there are further requirements:
### Windows Requirements ###
* Microsoft Visual C++ 8.0 SP1 or newer
* An implementation of the tr1 C++ library (You can get it for free
from http://www.boost.org/. We have verified that version 1.36.0
works. One caveat is this implementation exposes a bug in Visual
C++'
s
<
type_info
>
header
when
exceptions
are
disabled
.
Therefore
your
project
must
enable
exceptions
for
this
configuration
to
work
.)
* An implementation of the tr1 tuple C++ library (You can get it for
free from http://www.boost.org/. We have verified that version
1.36.0 works. One caveat is this implementation exposes a bug in
Visual C++'
s
<
type_info
>
header
when
exceptions
are
disabled
.
Therefore
your
project
must
enable
exceptions
for
this
configuration
to
work
.)
###
Mac
OS
X
Requirements
###
*
Mac
OS
X
10.4
Tiger
or
newer
...
...
@@ -237,6 +239,11 @@ is a header-only library, so the installation only involves unpacking
it
to
a
suitable
location
-
you
don
't need to compile it or download a
pre-compiled Boost binary.
Since Boost is quite large, you may prefer to only install the files
actually needed by Google Mock. If so, you can download TR1 tuple
without other parts of Boost from
http://code.google.com/p/googlemock/downloads/list.
After that you have two options: either set up Boost globally or
modify the Google Mock project to point to your copy of Boost. The
former will let all your tests use the same Boost library while the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment