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
72d4ca66
Commit
72d4ca66
authored
Aug 24, 2015
by
Billy Donahue
Browse files
dhood suggestions
parent
6e981455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
README.md
README.md
+6
-8
No files found.
README.md
View file @
72d4ca66
...
...
@@ -82,10 +82,10 @@ make patches much more easily, so we highly encourage it.
### Source Package ###
Snapshots of Google Test's master branch can be
[
downloaded directly
](
https://github.com/google/googletest/
archive/master.zip
)
.
[
downloaded directly
](
archive/master.zip
)
.
Versioned releases are also available by clicking on
[
Releases
](
https://github.com/google/googletest/
releases
)
in the project page.
[
Releases
](
releases
)
in the project page.
### Git Checkout ###
...
...
@@ -147,7 +147,7 @@ it.
### Using CMake ###
Google Test comes with a CMake build script (
[
CMakeLists.txt
](
https://github.com/google/googletest/blob/
master/CMakeLists.txt
)
) that can be used on a wide range of platforms ("C" stands for
[
CMakeLists.txt
](
master/CMakeLists.txt
)
) that can be used on a wide range of platforms ("C" stands for
cross-platform.). If you don't have CMake installed already, you can
download it for free from
<http://www.cmake.org/>
.
...
...
@@ -410,15 +410,13 @@ gtest-type-util.h in the same directory.
Normally you don't need to worry about regenerating the source files,
unless you need to modify them. In that case, you should modify the
corresponding .pump files instead and run the pump.py Python script to
regenerate them. You can find pump.py in the scripts/ directory.
Read the
[
Pump manual
](
http://code.google.com/p/googletest/wiki/PumpManual
)
for how to use it.
regenerate them. You can find pump.py in the
[
scripts/
](
scripts/
)
directory.
Read the
[
Pump manual
](
docs/PumpManual.md
)
for how to use it.
### Contributing a Patch ###
We welcome patches. Please read the
[
Google Test developer's guide
](
http://code.google.com/p/googletest/wiki/DevGuide
)
[
Google Test developer's guide
](
docs/DevGuide.md
)
for how you can contribute. In particular, make sure you have signed
the Contributor License Agreement, or we won't be able to accept the
patch.
...
...
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