From 4370c2e2f47d402cb4600b31b39629c73e3a9aa3 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 21 May 2019 21:52:27 +0200 Subject: [PATCH] Mention xsltproc in INSTALL.md Related to #425. --- doc/INSTALL.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 4d2a55caa..41569dff6 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -8,9 +8,12 @@ To build ccache from a source repository, you need: - A C compiler (for instance GCC) - GNU Bourne Again SHell (bash) for tests. -- [AsciiDoc](http://www.methods.co.nz/asciidoc/) to build the documentation. -- [Autoconf](http://www.gnu.org/software/autoconf/) -- [gperf](http://www.gnu.org/software/gperf/) +- [AsciiDoc](http://www.methods.co.nz/asciidoc/) to build the HTML + documentation. +- [xsltproc](http://xmlsoft.org/XSLT/xsltproc2.html) to build the man page. +- [Autoconf](http://www.gnu.org/software/autoconf/) to generate the configure + script and related files. +- [gperf](http://www.gnu.org/software/gperf/) to create lookup tables. It is also recommended that you have: -- 2.47.2