From b9863eaac4221a30071c46fe09feb5a0207f71fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 29 Aug 2025 02:59:12 +0100 Subject: [PATCH] Update README.md with instructions for building from source --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83292f64..ab66c8f3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ make make install ``` +## Building from the Git repository + +After cloning the source from GitHub, you need to run `./bootstrap` to generate the `configure` script. + ## Requirements - A C compiler (GCC recommended)