1
0
mirror of https://github.com/dtaht/unicast-extensions.git synced 2024-05-11 05:55:07 +00:00
Files
unicast-extensions/rfcs
Dave Taht a833d4530b Built version with caveats
also added freebsd info
2019-02-26 08:11:00 -08:00
..
2019-01-31 17:41:49 -08:00
2019-02-26 08:10:32 -08:00
2019-02-01 13:18:01 -08:00

# 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.nl/) for tricky things like text diagrams
or how to format normative vs informative references.