Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepika authored Feb 16, 2022
1 parent a1c97e4 commit 8f01941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $ sh run_tests.sh

brpc默认会构建出静态库和共享库,因此它也需要依赖有静态库和共享库两个版本。

[gflags](https://github.com/gflags/gflags)为例,它默认不够尖共享库,你需要给`cmake`指定选项去改变这一行为:
[gflags](https://github.com/gflags/gflags)为例,它默认不构建共享库,你需要给`cmake`指定选项去改变这一行为:
```shell
$ cmake . -DBUILD_SHARED_LIBS=1 -DBUILD_STATIC_LIBS=1
$ make
Expand Down

0 comments on commit 8f01941

Please sign in to comment.