From 083c08811e9fcb183b54bc84860d34056da8bc58 Mon Sep 17 00:00:00 2001 From: JepsonWong <2013000149@qq.com> Date: Thu, 9 Jan 2020 01:06:25 +0800 Subject: [PATCH] add compilation dependency for -DWITH_PROFILER=ON, test=develop --- doc/fluid/beginners_guide/install/Tables.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/fluid/beginners_guide/install/Tables.md b/doc/fluid/beginners_guide/install/Tables.md index 38bc88435..776f1789b 100755 --- a/doc/fluid/beginners_guide/install/Tables.md +++ b/doc/fluid/beginners_guide/install/Tables.md @@ -104,6 +104,12 @@ brew install unrar (For MacOS), apt-get install unrar (For Ubuntu) + + gperftools + + 可选,在使用 -DWITH_PROFILER=ON 编译选项时需要 + apt-get install gperf libgoogle-perftools-dev (For Ubuntu), yum install gperftools gperftools-devel (For Centos) +

-- GitLab