Skip to content

Commit

Permalink
Add description of how to add Fedora deps
Browse files Browse the repository at this point in the history
Add description of how to add Fedora deps
  • Loading branch information
CNOCTAVE authored Nov 20, 2024
2 parents 28dc7f7 + edd86e5 commit b764876
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 b764876

Please sign in to comment.