From edd86e5ba018907111c5780542061ead7e633c24 Mon Sep 17 00:00:00 2001 From: CNOCTAVE Date: Wed, 20 Nov 2024 20:52:47 +0800 Subject: [PATCH] Add description of how to add Fedora deps --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 567153c4..e78c592b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`: 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 + , for example. + + To install Fedora package dependencies on your local machine, run `dnf install`-command.