From: Rico Tzschichholz Date: Thu, 25 Apr 2024 13:20:44 +0000 (+0200) Subject: docs: Update build dependencies X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e5156051acca98ffc8bb41ace3d833d381ba46a;p=thirdparty%2Fvala.git docs: Update build dependencies --- diff --git a/README.md b/README.md index 71c4cad52..d814ceb26 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Install the following packages: * a C compiler, e.g. GCC * a C library, e.g. glibc * glib (>= 2.56) + * gobject-introspection * flex * bison * Graphviz (libgvc) (>= 2.16) to build valadoc @@ -62,8 +63,8 @@ Install the following packages: These additional packages are needed to generate the documentation: * help2man when updating the man pages - * xsltproc - * weasyprint for PDF generation + * sphinx, python-furo + * latexmk, texlive for PDF generation ### Step Two: Decide where the Vala compiler is to be found.