aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-02 15:13:38 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-02 15:14:53 +0200
commitdd8c04812ed811e985a51a5633137e9d8370cd40 (patch)
tree971cb46cba197378f331e471b152410ae9c4b3a7
parentd2b4e163dc609ae77804c802b6a53f0ed5cd8868 (diff)
INSTALL.txt: mention xmllint vs. SSL quirk and workaround
-rw-r--r--INSTALL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index d250750..9c3ee7b 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -6,6 +6,7 @@ apt-get install \
asciidoc-dblatex \
xsltproc \
dblatex \
+ docbook5-xml \
mscgen \
graphviz \
python-pychart \
@@ -39,3 +40,7 @@ b) launching an osmo-msc along:
osmo_interact_vty.py -r "osmo-msc -c ~/src/osmo-msc/doc/examples/osmo-msc/osmo-msc.cfg" \
-X -p 4254 > OsmoMSC/vty/msc_vty_reference.xml
+
+Note that docbook.org since recently are providing DTDs only on HTTPS URLs,
+while xmllint is incapable of SSL. Hence it is necessary to locally install the
+docbook DTDs. (On Debian, these are included in the docbook5-xml package.)