commit 3672621f1c8bf6e45be00e8454f6a655ee75e391
parent 0930602ab07e3a5181c2026b64854280231a6b34
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 17 Mar 2020 21:33:58 +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
@@ -63,7 +63,7 @@ AnsiLove/C uses the `CMake` build system and requires the
- FreeBSD: `pkg install cmake`
- Mac OS X: `brew install cmake`
- Alpine Linux: `apk add cmake gcc make musl-dev`
-- Debian / Ubuntu / Mint: `apt-get install cmake`
+- Debian / Ubuntu / Mint: `apt-get install build-essential cmake`
- Solus: `eopkg install -c system.devel`
For now, `libansilove` has to be installed manually.