From 9ad06f4502dd158c6fb3af623c9a0ad123ed4f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 14 Oct 2025 01:38:25 +0100 Subject: [PATCH] Clarify bootstrap requirements in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f3fbba..116aed7b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ make install ## Building from the Git repository -After cloning the source from GitHub, you need to run `./bootstrap` to generate the `configure` script. +After cloning the source from GitHub, run `./bootstrap` to generate the `configure` script. +This step requires **automake**, **autoconf**, and **gnulib-devel** to be installed on your system. ## Requirements