From fa176120f29da1bffa7088e00f670e37fd5ecc09 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Tue, 4 Apr 2023 13:54:38 +0200 Subject: [PATCH] doc/rrdbuild: Expand Debian build dependencies (#1220) To build the project on a (lean) Debian Bookworm system, there are several more build dependencies which need to be installed in order for the `make` command to succeed. Also add the build dependencies for python bindings. --- doc/rrdbuild.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 101b1d2a..31c24870 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -97,7 +97,9 @@ Make sure the RRDtool build system finds your new compiler Use apt-get to make sure you have all that is required. A number of packages will get added through dependencies. - apt-get install libpango1.0-dev libxml2-dev + apt-get install autoconf autopoint build-essential + apt-get install groff-base libtool libpango1.0-dev libxml2-dev + apt-get install python3-dev python3-setuptools =head2 Gentoo -- 2.47.2