Unverified Commit 55e39400 authored by Cholerae Hu's avatar Cholerae Hu Committed by GitHub

fix googletest compile commands on macos

parent f7aab8c9
...@@ -276,7 +276,7 @@ brew install gperftools ...@@ -276,7 +276,7 @@ brew install gperftools
If you need to run tests, install and compile googletest (which is not compiled yet): If you need to run tests, install and compile googletest (which is not compiled yet):
```shell ```shell
git clone https://github.com/google/googletest && cd googletest/googletest && mkdir bld && cd bld && cmake .. && make && sudo mv libgtest* /usr/lib/ && cd - git clone https://github.com/google/googletest && cd googletest/googletest && mkdir bld && cd bld && cmake -DCMAKE_CXX_FLAGS="-std=c++11" .. && make && sudo mv libgtest* /usr/lib/ && cd -
``` ```
### Compile brpc with config_brpc.sh ### Compile brpc with config_brpc.sh
......
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