1
0
mirror of https://github.com/dtaht/ipv4-cleanup.git synced 2024-05-19 06:49:59 +00:00
Files
2019-07-27 12:24:36 -07:00

12 lines
586 B
Plaintext

# How to build these internet drafts
- Download [mmark](https://github.com/mmarkdown/mmark/releases) for your platform
- Install xml2rfc (apt-get install xml2rfc)
- type make
For correct utf-8 support you will either need to use the [online xml2rfc
v3 converter](https://xml2rfc.tools.ietf.org/) or a [private copy of the latest xml2rfc code](https://pypi.org/project/xml2rfc/) that can be installed via pip or the tarball.
It pays to review the [mmark documentation](https://mmark.miek.nl/) for tricky things like text diagrams
or how to format normative vs informative references.