From: Kienan Stewart Date: Tue, 28 Jan 2025 15:57:48 +0000 (-0500) Subject: docs: Clarify that make is required to build the project X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=5e4ce8656994790aacbfc57a14c9cf859293c7bc;p=lttng-tools.git 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: I1a86fb820d61f994ab949bd9f73e4787783f2625 Signed-off-by: Kienan Stewart Signed-off-by: Jérémie Galarneau --- 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