aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-19 02:32:00 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-19 02:43:26 +0200
commit60ccbe55c534c533779d816187d838339cfdce86 (patch)
tree982ff33da321f7a55dfa38a09da986df747d8672 /INSTALL.txt
parent56f77a3b6436eab71c42fd0ad3233a15148eafed (diff)
INSTALL.txt: add missing dep and vty ref howto
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 39653d3..2669c0c 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -7,9 +7,31 @@ apt-get install \
dblatex \
mscgen \
graphviz \
- python-pychart
+ python-pychart \
+ python-nwdiag
Build PDFs, run:
make
or for a parallel build using more CPU cores:
make -j 5
+
+To update the VTY reference for a given program, use osmodumpdoc.py, available
+from git.osmocom.org/python/osmo-python-tests -- for example, for osmo-msc:
+
+ cd ~/osmo-python-tests
+ ./setup.py install
+
+ cd ~/osmo-msc
+ mkdir build
+ cd build
+ ../configure --enable-smpp
+ make
+ osmodumpdoc.py -p ~/osmo-msc
+
+ cp doc/msc_vty_reference.xml ~/osmo-gsm-manuals/OsmoMSC/vty/
+ cd ~/osmo-gsm-manuals/OsmoMSC
+ git status
+ git diff
+ make
+ git commit -a -m "OsmoMSC: update VTY reference"
+ git push origin HEAD:refs/for/master/msc_vty