]> git.lttng.org Git - lttng-ust.git/commitdiff
docs: Clarify that make is required to build the project master
authorKienan Stewart <kstewart@efficios.com>
Tue, 28 Jan 2025 16:04:25 +0000 (11:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Jan 2025 18:56:01 +0000 (13:56 -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: Ic30cb42e73d17c8efa33d7345f19c83354f744e9
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README.md

index 657cba85e45edbf031a6576fe5284ce0f2bcbf22..f4ec6b2355bc87c6065d3450848ebf1d19ff638b 100644 (file)
--- 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/)**
 
 
This page took 0.029453 seconds and 4 git commands to generate.