osmo-gsm-manuals/INSTALL.txt

16 lines
242 B
Plaintext
Raw Normal View History

Dependencies needed, by example of a debian system:
apt-get install \
make \
asciidoc \
xsltproc \
dblatex \
mscgen \
graphviz \
python-pychart
Build PDFs, run:
make
or for a parallel build using more CPU cores:
make -j 5