changeset 1643:5d56f1311d46

Update build dependencies very slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 30 Jan 2021 15:45:11 +0200
parents acd73fb8402f
children b60836ebb18c
files docs/README.txt
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/README.txt	Sat Jan 30 15:42:55 2021 +0200
+++ b/docs/README.txt	Sat Jan 30 15:45:11 2021 +0200
@@ -8,7 +8,7 @@
 However, if you wish to re-build the manual from source, you will need
 the following tools / utilities on an UNIX-style platform:
 
- - bash or similar shell
+ - GNU Bash or similar compatible shell
  - Either GraphicsMagick, ImageMagick or NetPBM utils
  - DocBook XML utilities
  - xsltproc
@@ -17,6 +17,7 @@
 Optionally you can also benefit from:
  - HTML Tidy <http://tidy.sourceforge.net/>
  - fop <http://xmlgraphics.apache.org/fop/>
+   ("apt install fop" in Debian / Ubuntu)
 
 When these depencies have been satisfied, you can try building
 the manual by running 'build-docs.sh'.