From c4ca718ea7cbd9844637092d003574c56e3aa767 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 8 Jun 2021 22:45:55 +0100 Subject: [PATCH] Add man page deps to readme. --- README-compiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-compiling.md b/README-compiling.md index eb1b11da..827aba59 100644 --- a/README-compiling.md +++ b/README-compiling.md @@ -10,6 +10,8 @@ are optional. * libsystemd-dev (optional, if building with systemd support on Linux) * On Windows, a pthreads library is required if threading support is to be included. +* xsltproc (only if building from git) +* docbook-xsl (only if building from git) To compile, run "make", but also see the file config.mk for more details on the various options that can be compiled in.