From 5e856a6bf7ff89ee2deff49f69a547b40b89afad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= <adrienverge@gmail.com> Date: Sat, 17 Nov 2018 10:30:25 +0100 Subject: [PATCH] Documentation: Update dependencies for Debian/Ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3bdd0..b54a3b5 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ For other distros, you'll need to build and install from source: 1. Install build dependencies. * RHEL/CentOS/Fedora: `gcc` `automake` `autoconf` `openssl-devel` `pkg-config` - * Debian/Ubuntu: `gcc` `automake` `autoconf` `libssl-dev` `pkg-config` + * Debian/Ubuntu: `gcc` `automake` `autoconf` `libssl-dev` `make` `pkg-config` * Arch Linux: `gcc` `automake` `autoconf` `openssl` `pkg-config` * Gentoo Linux: `net-dialup/ppp` `pkg-config` * openSUSE: `gcc` `automake` `autoconf` `libopenssl-devel` `pkg-config` -- GitLab