We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b114434 commit 0373c89Copy full SHA for 0373c89
doc/QUICK_START.md
@@ -12,6 +12,7 @@ git clone https://github.com/Meituan-Dianping/SQLAdvisor.git
12
2. yum | apt-get install --enablerepo=Percona56 Percona-Server-shared-56
13
```
14
**注意**
15
+
16
1. 跟据glib安装的路径,修改sqladvisor/sqladvisor/CMakeLists.txt中的两处include_directories针对glib设置的path。glib yum 安装默认不需要修改路径
17
2. 编译sqladvisor时依赖perconaserverclient_r, 因此需要安装Percona-Server-shared-56。有可能需要配置软链接例如:ln -s libperconaserverclient_r.so.18 libperconaserverclient_r.so
18
0 commit comments