1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-09 08:00:41 +02:00

Update README.md

This commit is contained in:
Pomax
2020-10-03 11:40:23 -07:00
committed by GitHub
parent c2a2e7c688
commit f3c1da1471

View File

@@ -18,10 +18,14 @@ Also note that you will need a TeX installation with several dependencies: on Wi
- texlive-xetex
- texlive-extra-utils
To make life easier, if your distro uses apt-get, just run `sudo apt-get update` followed by `sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-extra-utils`.
You'll also need [pdf2svg](https://github.com/dawbarton/pdf2svg/), which on Windows means that in addition to building this utility from source, you'll all need to put the .exe file somewhere sensible (like `C:\Program Files (x86)\pdf2svg`) add then add that dir to your PATH, so `pdf2svg` can be invoked like any other CLI utility.
To make life easier, if your distro uses apt-get, just run this:
```
sudo apt-get update && sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-extra-utils pdf2svg
```
#### Specialised commands:
- `regenerate` runs a build followed by running `prettier` on the final .html files, as well as `link-checker` to make sure there are no dead links in the content.