mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
Contributing: List required dependencies (tested on vanilly Fedora 38)
This commit is contained in:
parent
b474753e90
commit
cff8d06deb
1 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,20 @@ Contributors can provide changes by pull request towards the project.
|
||||||
|
|
||||||
The included book projects can be built and tested using a `Makefile`.
|
The included book projects can be built and tested using a `Makefile`.
|
||||||
|
|
||||||
|
The following packages need to be installed on the system in order for the build to suceed:
|
||||||
|
|
||||||
|
* `inkscape`
|
||||||
|
* `make`
|
||||||
|
* `python3-myst-parser`
|
||||||
|
* `python3-sphinx`
|
||||||
|
* `python3-sphinxext-opengraph`
|
||||||
|
|
||||||
|
Optional dependencies:
|
||||||
|
|
||||||
|
* `codespell`
|
||||||
|
* `lychee`
|
||||||
|
* `epubcheck`
|
||||||
|
|
||||||
The below examples show how to use it with a book named `book`.
|
The below examples show how to use it with a book named `book`.
|
||||||
|
|
||||||
To cleanly build the [HTML] output:
|
To cleanly build the [HTML] output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue