Skip to content

Commit

Permalink
Add description of how to add Fedora deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 20, 2024
1 parent 28dc7f7 commit edd86e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,14 @@ versions:
It is not necessary to list packages available in the
[Octave Docker image](https://github.com/gnu-octave/docker/blob/main/build-octave-7.docker).
Try to keep the list as short as possible.
- `fedora<xxx>`: list of Fedora xxx dependency strings.
Add a `fedora40` list item for Fedora 40 and
add a `fedora41` list item for Fedora 41, for example.
A dependency string looks like `"libzstd"`.
The corresponding Fedora package must be available at
<https://repology.org/project/libzstd/versions>, for example.
To install Fedora package dependencies on your local machine, run `dnf install`-command.

0 comments on commit edd86e5

Please sign in to comment.