README (407B)
1 This repository contains the documentation for all main GNU Taler components. 2 3 To build things on a Debian (-based) system, install these packages: 4 - make 5 - python3-sphinx 6 - python3-recommonmark 7 - graphviz 8 - texlive-latex-extra 9 - dvipng 10 11 Then, do "make html" for HTML, "make texinfo" for Texinfo, etc. 12 (Do "make" w/o a target to see a list of possible targets.) 13 14 The output is in subdir ‘_build’.