docs: API Reference PDF generation dependencies added

This commit is contained in:
Mateusz Pusz
2024-09-20 14:17:18 -06:00
parent 7a83c2b391
commit 1933aadf93

View File

@ -182,11 +182,13 @@ mkdocs build
We need to take a few steps to set up our environment so that we are ready to generate API reference We need to take a few steps to set up our environment so that we are ready to generate API reference
documents. documents.
First, we need to satisfy the requirements described in <https://github.com/Eelis/cxxdraft-htmlgen>. First, we need to satisfy the requirements described in <https://github.com/cplusplus/draft> and
<https://github.com/Eelis/cxxdraft-htmlgen>.
On the Ubuntu platform, this is equivalent to the following instructions run from the user's home On the Ubuntu platform, this is equivalent to the following instructions run from the user's home
directory: directory:
```bash ```bash
sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
npm install split mathjax-full mathjax-node-sre npm install split mathjax-full mathjax-node-sre
cabal update cabal update