]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Mention xsltproc in INSTALL.md
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 21 May 2019 19:52:27 +0000 (21:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jul 2019 20:05:49 +0000 (22:05 +0200)
Related to #425.

doc/INSTALL.md

index 4d2a55caa1b4a1261dc39132e4dd393bf2542b67..41569dff6d4cd70c038db48c8abc82a8a5285ac3 100644 (file)
@@ -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: