summaryrefslogtreecommitdiff
path: root/README
blob: dda29a280f148ef63fe39a1ad04ac96de9cf3eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This repository contains the documentation for all main GNU Taler components.

To build things on a Debian (-based) system, install these packages:
 - make
 - python3-sphinx
 - python3-recommonmark
 - graphviz
 - texlive-latex-extra
 - dvipng

Then, do "make html" for HTML, "make texinfo" for Texinfo, etc.
(Do "make" w/o a target to see a list of possible targets.)

The output is in subdir ‘_build’.


TODO: Add instructions on how to build/export/integrate ‘prebuilt’ docs.