Last change
on this file since 99443 was 99366, checked in by vboxsync, 22 months ago |
openssl-3.1.0: Applied and adjusted our OpenSSL changes to 3.0.7. bugref:10418
|
File size:
709 bytes
|
Line | |
---|
1 | Algorithm Life-Cycle Diagrams
|
---|
2 | =============================
|
---|
3 |
|
---|
4 | This directory contains the algorithm life-cycle diagram sources.
|
---|
5 |
|
---|
6 | The canonical life-cycles are in the spreadsheet.
|
---|
7 |
|
---|
8 | The various .dot files are graph descriptions for the
|
---|
9 | [GraphViz](https://www.graphviz.org/) tool. These omit edges and should
|
---|
10 | be used for guidance only.
|
---|
11 |
|
---|
12 | To generate the rendered images, you need to install the following packages:
|
---|
13 |
|
---|
14 | sudo apt install graphviz cpanminus
|
---|
15 | sudo cpanm Graph::Easy
|
---|
16 |
|
---|
17 | Running `make` will produce a number of `.txt` and `.png` files.
|
---|
18 | These are the rendered `.dot` files. The `.txt` files require
|
---|
19 | additional editing before they can be added to the manual pages in
|
---|
20 | `internal/man7/life_cycle-*.pod`.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.