commit | 3a74e134979606af9a2b90b12f141f8794ad96d7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 26 22:10:21 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 26 22:10:21 2022 -0500 |
tree | 6614248475be03a17c9bb92cbef580bd37737b62 | |
parent | ec288fe770da8ef03a692203601f8e9f14485955 [diff] |
Add certificate specification Imported from the ndn-cxx repo Change-Id: I96040f854b16219f3be956c9aab9e13568cca900
To "compile" the specification in HTML format, you must first install the Sphinx documentation generator.
If you're running Ubuntu Linux:
sudo apt install make python3-pip pip3 install -U pip pip3 install -r requirements.txt
If you're running macOS or another operating system, see the instructions at https://www.sphinx-doc.org/en/master/usage/installation.html
Just type:
make html
And a set of HTML pages will be generated inside _build/html
.
You can also type:
make latexpdf
Sphinx will generate a .tex
file and will try to create a .pdf
document from it using pdflatex
(which must be installed).
For further options, type make help
.