add INSTALL.txt with a list of dependencies

Change-Id: I0e472381270c4c4783394ef8969bc8cb6005dcfe
This commit is contained in:
Neels Hofmeyr 2017-04-07 13:20:57 +02:00 committed by Harald Welte
parent fd52dcd020
commit 30dff97a5b
1 changed files with 14 additions and 0 deletions

14
INSTALL.txt Normal file
View File

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