2021-05-25 22:28:49 +08:00
|
|
|
Algorithm Life-Cycle Diagrams
|
|
|
|
=============================
|
|
|
|
|
2021-03-12 06:46:55 +08:00
|
|
|
This directory contains the algorithm life-cycle diagram sources.
|
|
|
|
|
|
|
|
The canonical life-cycles are in the spreadsheet.
|
|
|
|
|
|
|
|
The various .dot files are graph descriptions for the
|
|
|
|
[GraphViz](https://www.graphviz.org/) tool. These omit edges and should
|
|
|
|
be used for guidance only.
|
|
|
|
|
2021-05-25 22:28:49 +08:00
|
|
|
To generate the rendered images, you need to install the following packages:
|
|
|
|
|
|
|
|
sudo apt install graphviz cpanminus
|
|
|
|
sudo cpanm Graph::Easy
|
2021-03-12 06:46:55 +08:00
|
|
|
|
|
|
|
Running `make` will produce a number of `.txt` and `.png` files.
|
|
|
|
These are the rendered `.dot` files. The `.txt` files require
|
|
|
|
additional editing before they can be added to the manual pages in
|
|
|
|
`internal/man7/life_cycle-*.pod`.
|