You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/getting_started.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -377,14 +377,20 @@ When you remove tcmalloc, not only remove the linkage with tcmalloc but also the
377
377
378
378
## glog: 3.3+
379
379
380
-
brpc implements a default [logging utility](../../src/butil/logging.h) which conflicts with glog. To replace this with glog, add *--with-glog* to config_brpc.sh or add `-DWITH_GLOG=ON` to cmake.
380
+
brpc implements a default [logging utility](../../src/butil/logging.h) which conflicts with glog. To replace this with glog, add `--with-glog` to config_brpc.sh or add `-DWITH_GLOG=ON` to cmake.
381
381
382
382
## valgrind: 3.8+
383
383
384
384
brpc detects valgrind automatically (and registers stacks of bthread). Older valgrind(say 3.2) is not supported.
385
385
386
386
## thrift: 0.9.3-0.11.0
387
387
388
+
## libunwind: 1.3-1.8.1
389
+
390
+
brpc does **not** link [libunwind](https://github.com/libunwind/libunwind) by default. Users link libunwind on-demand by adding `--with-glog` to config_brpc.sh or adding `-DWITH_GLOG=ON` to cmake.
391
+
392
+
It is recommended to use the latest possible version of libunwind.
0 commit comments