Fix Debian/Ubuntu build requirements

The GNUTLS libraries are `gnutls-dev` and `libgcrypt20-dev`.
This commit is contained in:
Markus Mäkelä 2017-06-27 00:19:05 +03:00 committed by GitHub
parent be28bf1e23
commit c91811bfca

View File

@ -34,7 +34,7 @@ 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
uuid-dev libsqlite3-dev gnutls-dev libgcrypt20-dev
```
### Build and Install MaxScale