]> git.lttng.org Git - lttng-tools.git/commitdiff
docs: Clarify that make is required to build the project
authorKienan Stewart <kstewart@efficios.com>
Tue, 28 Jan 2025 15:57:48 +0000 (10:57 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Feb 2025 14:32:04 +0000 (09:32 -0500)
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 <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
README.adoc

index d2706f8c946f3782dc36683a0575c283b2949ce1..2086640bbdbe59b18c19044b455c7a8e4a448672 100644 (file)
@@ -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
This page took 0.030913 seconds and 4 git commands to generate.