From ce89cb05f0fc02b68396220815070996fa0bb4a5 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 28 Jan 2025 11:04:25 -0500 Subject: [PATCH] docs: Clarify that make is required to build the project GNU Make is not a dependency of autotools or autoconf in some distros (e.g. Debian). Making the requirement explicit may help those with less experience building software. Change-Id: Ic30cb42e73d17c8efa33d7345f19c83354f744e9 Signed-off-by: Kienan Stewart Signed-off-by: Mathieu Desnoyers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 657cba85..f4ec6b23 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ compile the Git repository tree: **Autoheader >= 2.69**; make sure your system-wide `automake` points to a recent version!) - **[GNU Libtool](https://www.gnu.org/software/libtool/) >= 2.2** + - **[GNU Make](https://www.gnu.org/software/make/)** - **[pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)** -- 2.39.5