From: Diederik de Haas Date: Tue, 4 Apr 2023 11:54:38 +0000 (+0200) Subject: doc/rrdbuild: Expand Debian build dependencies (#1220) X-Git-Tag: v1.9.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa176120f29da1bffa7088e00f670e37fd5ecc09;p=thirdparty%2Frrdtool-1.x.git 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. --- 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