aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
blob: 6f197209a09df75e1f15bdbd65a2a42b6a36fd8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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