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