From 5e4ce8656994790aacbfc57a14c9cf859293c7bc Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 28 Jan 2025 10:57:48 -0500 Subject: [PATCH] docs: Clarify that make is required to build the project MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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: I1a86fb820d61f994ab949bd9f73e4787783f2625 Signed-off-by: Kienan Stewart Signed-off-by: Jérémie Galarneau --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d2706f8c9..2086640bb 100644 --- a/README.adoc +++ b/README.adoc @@ -136,6 +136,8 @@ You need the following tools to build {lt}: * **http://www.gnu.org/software/autoconf/[GNU{nbsp}Libtool]{nbsp}≥{nbsp}2.2** +* **https://www.gnu.org/software/make/[GNU{nbsp}Make]** + * **https://github.com/westes/flex/[Flex]{nbsp}≥{nbsp}2.5.35** * **https://www.gnu.org/software/bison/[Bison]{nbsp}≥{nbsp}2.4** @@ -268,4 +270,4 @@ Code review:: on LTTng Review Contributor's guide:: - https://github.com/lttng/lttng-tools/blob/master/CONTRIBUTING.md \ No newline at end of file + https://github.com/lttng/lttng-tools/blob/master/CONTRIBUTING.md -- 2.39.5