Commit c50af1ab by shiqian

Improves the documentation.

parent 281b1d21
...@@ -34,7 +34,7 @@ Compiler flag queries output the union of the sets of flags when combined. ...@@ -34,7 +34,7 @@ Compiler flag queries output the union of the sets of flags when combined.
g++ $(gmock-config --ldflags --libs) -o foo foo.o g++ $(gmock-config --ldflags --libs) -o foo foo.o
# When using a built but not installed Google Mock: # When using a built but not installed Google Mock:
g++ $(../../my_gmock_build/scripts/gtest-config ...) ... g++ $(../../my_gmock_build/scripts/gmock-config ...) ...
# When using an installed Google Mock, but with installation overrides: # When using an installed Google Mock, but with installation overrides:
export GMOCK_PREFIX="/opt" export GMOCK_PREFIX="/opt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment