commit 906b4187d6bb69a4d26353e85cc9981a10e098c3
parent 05640725d36c758a5f1b50bfc04d89e4a9a7a3ea
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 17 Mar 2020 21:28:10 +0100
Add missing 'build-essential' to Debian / Ubuntu dependencies installation instructions.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -17,7 +17,7 @@ header files.
- FreeBSD: `pkg install cmake gd`
- Mac OS X: `brew install cmake gd`
- Alpine Linux: `apk add cmake gcc make musl-dev gd-dev`
-- Debian / Ubuntu / Mint: `apt-get install cmake libgd-dev`
+- Debian / Ubuntu / Mint: `apt-get install build-essential cmake libgd-dev`
- Solus: `eopkg install -c system.devel` and `eopkg install gd-devel`
# Compiling