]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
doc/rrdbuild: Expand Debian build dependencies (#1220)
authorDiederik de Haas <didi.debian@cknow.org>
Tue, 4 Apr 2023 11:54:38 +0000 (13:54 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2023 11:54:38 +0000 (13:54 +0200)
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

index 101b1d2a33ebe6fae13b875a637970d1d214f0b2..31c24870cb73f83ffb8a1b0bf83a6f03b48c9643 100644 (file)
@@ -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