INSTALL.txt: add missing dep and vty ref howto

Change-Id: I1068d665b91faf1faa1b295503fcdc33f4ac500a
This commit is contained in:
Neels Hofmeyr 2017-09-19 02:32:00 +02:00
parent 56f77a3b64
commit 60ccbe55c5
1 changed files with 23 additions and 1 deletions

View File

@ -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