install doc: add asciidoc-dblatex dep

On debian 9, apparently asciidoc-dblatex needs to be installed manually in
order to be able to generate PDFs. Add asciidoc-dblatex dep to INSTALL.txt.

Change-Id: I24b606016e7f1c03bd73a3b0cf4fa3e5b89eb192
This commit is contained in:
Neels Hofmeyr 2017-11-17 22:48:41 +01:00 committed by Neels Hofmeyr
parent 57c4d5a13a
commit c7da0d6a60
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Dependencies needed, by example of a debian system:
apt-get install \ apt-get install \
make \ make \
asciidoc \ asciidoc \
asciidoc-dblatex \
xsltproc \ xsltproc \
dblatex \ dblatex \
mscgen \ mscgen \
@ -10,6 +11,8 @@ apt-get install \
python-pychart \ python-pychart \
python-nwdiag python-nwdiag
(Note that asciidoc-dblatex is required from debian 9 on and did not exist before.)
Build PDFs, run: Build PDFs, run:
make make
or for a parallel build using more CPU cores: or for a parallel build using more CPU cores: