summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-21 21:52:27 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-05-21 21:52:27 +0200
commit974c4eb5ef104207d01e71acdecfa176fd922cc5 (patch)
tree12bfdce98e7cd94804a9b5ea687ea53154a419ce
parent30fdd670b20cd57a96c8140a29752d022e51e1c6 (diff)
downloadccache-974c4eb5ef104207d01e71acdecfa176fd922cc5.tar.gz
Mention xsltproc in INSTALL.md
Related to #425.
-rw-r--r--doc/INSTALL.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 4d2a55ca..41569dff 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: