From dda44dea0649218c7fac2149c7571f2b9a694cf3 Mon Sep 17 00:00:00 2001 From: msincenselee Date: Sat, 20 Oct 2018 14:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_ubuntu.md b/setup_ubuntu.md index a22ea676..2e97aebc 100644 --- a/setup_ubuntu.md +++ b/setup_ubuntu.md @@ -23,6 +23,7 @@ 4、更新ubuntu得开发环境 [ root用户 ] apt-get -y install gcc apt-get -y install make + apt-get -y install cmake apt-get -y install libssl-dev apt-get -y install freetds-dev apt-get -y install python-dev