mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19: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 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`.
|
||||
|
||||
To cleanly build the [HTML] output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue