SNOUG-Vel/BUILD.md

25 lines
276 B
Markdown
Raw Normal View History

2022-08-23 12:15:31 -06:00
# Dependencies
* Requires LaTeX.
* Minted syntax highlighting requires python-pygments to be installed.
```
apt install texlive-latex-recommended texlive-xetex python3-pygments
```
# Build
Run the build script to make a PDF:
```
make
```
To clean:
```
make clean
```