aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-17 22:48:41 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-11-20 21:39:34 +0000
commitc7da0d6a601268d0be7c90a564cd0403736bd2a0 (patch)
treeff34d070e66346d096940cc7b8081d0c3881a8cb /INSTALL.txt
parent57c4d5a13ab90c2df80e5e191af6ea832d66303b (diff)
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
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 2669c0c..c06248a 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -3,6 +3,7 @@ Dependencies needed, by example of a debian system:
apt-get install \
make \
asciidoc \
+ asciidoc-dblatex \
xsltproc \
dblatex \
mscgen \
@@ -10,6 +11,8 @@ apt-get install \
python-pychart \
python-nwdiag
+(Note that asciidoc-dblatex is required from debian 9 on and did not exist before.)
+
Build PDFs, run:
make
or for a parallel build using more CPU cores: