From: Joel Rosdahl Date: Tue, 21 May 2019 19:52:27 +0000 (+0200) Subject: Mention xsltproc in INSTALL.md X-Git-Tag: v4.0~973 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974c4eb5ef104207d01e71acdecfa176fd922cc5;p=thirdparty%2Fccache.git Mention xsltproc in INSTALL.md Related to #425. --- 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: