From 6e747191e478df8da67c6e522fe3875c31f50e07 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 28 Jan 2025 11:08:42 -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: I528cecb9db263b85cc8a41ece21693ebcd24dd79 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 d868ac4..aadebb8 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ compile the git repository tree : (make sure your system wide `automake` points to a recent version!) - GNU Libtool >=2.2 (for more information, go to ) + - **[GNU Make](https://www.gnu.org/software/make/)** If you get the tree from the repository, you will need to use the `bootstrap` script in the root of the tree. It calls all the GNU tools needed to prepare -- 2.39.5