From f9c1c799cf754e2a0ec66a03cb9bd0590c8afdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 25 May 2017 12:21:06 +0300 Subject: [PATCH] Update Building-MaxScale-from-Source-Code.md Fix CentOS dependencies. --- .../Getting-Started/Building-MaxScale-from-Source-Code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md b/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md index 43b108734..ebd2184fe 100644 --- a/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md +++ b/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md @@ -25,12 +25,13 @@ CentOS 7: sudo yum install git gcc gcc-c++ ncurses-devel bison flex glibc-devel cmake \ libgcc perl make libtool openssl openssl-devel libcurl-devel pcre-devel \ tcl tcl-devel systemtap-sdt-devel libuuid libuuid-devel sqlite sqlite-devel \ - gnutls gcrypt + gnutls-devel libgcrypt-devel ``` Ubuntu 16.04: ``` +sudo apt-get update sudo apt-get install git build-essential libssl-dev ncurses-dev bison flex \ cmake perl libtool libcurl4-openssl-dev libpcre3-dev tcl tcl-dev uuid \ uuid-dev libsqlite3-dev libgnutls30 libgcrypt20