From c3c1cdd1b017654469f214c62457cde248474f2f Mon Sep 17 00:00:00 2001 From: Johannes Bechberger Date: Tue, 13 Feb 2024 12:31:31 +0000 Subject: [PATCH] 8325731: Installation instructions for Debian/Ubuntu don't mention autoconf Reviewed-by: ihse --- doc/building.html | 2 +- doc/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.html b/doc/building.html index 96d2916de41..8a0acada254 100644 --- a/doc/building.html +++ b/doc/building.html @@ -526,7 +526,7 @@ header files as provided by your distribution.

The basic tooling is provided as part of the core operating system, but you will most likely need to install developer packages.

For apt-based distributions (Debian, Ubuntu, etc), try this:

-
sudo apt-get install build-essential
+
sudo apt-get install build-essential autoconf

For rpm-based distributions (Fedora, Red Hat, etc), try this:

sudo yum groupinstall "Development Tools"

For Alpine Linux, aside from basic tooling, install the GNU versions diff --git a/doc/building.md b/doc/building.md index 61daed2270b..ed8a0669355 100644 --- a/doc/building.md +++ b/doc/building.md @@ -349,7 +349,7 @@ will most likely need to install developer packages. For apt-based distributions (Debian, Ubuntu, etc), try this: ``` -sudo apt-get install build-essential +sudo apt-get install build-essential autoconf ``` For rpm-based distributions (Fedora, Red Hat, etc), try this: