From 6b24946e63f3fa924452322f99557a158249b69c Mon Sep 17 00:00:00 2001 From: An0nymous <398058068@qq.com> Date: Thu, 8 Jun 2017 10:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E5=89=8D?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/QUICK_START.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/QUICK_START.md b/doc/QUICK_START.md index 19aa38c..f2eaa2d 100644 --- a/doc/QUICK_START.md +++ b/doc/QUICK_START.md @@ -8,7 +8,7 @@ git clone https://github.com/Meituan-Dianping/SQLAdvisor.git #### 1.2 安装依赖项 ``` - 1. yum | apt-get install cmake libaio-devel libffi-devel glib2 glib2-devel + 1. yum | apt-get install make cmake gcc gcc-c++ libaio-devel libffi-devel glib2 glib2-devel 2. yum | apt-get install --enablerepo=Percona56 Percona-Server-shared-56 ``` **注意**