From 2d0036cf5b6501b46b7863f9e122e5633b49186d Mon Sep 17 00:00:00 2001 From: alex2534alex Date: Thu, 1 Sep 2016 16:17:00 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e36e83..98d8064 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Dependencies: bsdtar, curl Run this to build and install PHP configure to match your environment. You need build dependencies and curl, sudo, tar. -* For Debian-based distros: `apt install libssl-dev autoconf pkg-config curl libedit-dev libsqlite3-dev libxml2-dev libcurl4-openssl-dev libyaml-dev` +* For Debian-based distros: `apt install make gcc libssl-dev autoconf pkg-config curl libedit-dev libsqlite3-dev libxml2-dev libcurl4-openssl-dev libyaml-dev` * For RPM-based-distros: `yum install autoconf pkg-config curl libedit-devel libsqlite3-devel libxml2-devel libyaml-devel libcurl-devel` Note that you probably want dnf instead on Fedora.