doc(README): add fedora backend
This commit is contained in:
@@ -91,15 +91,16 @@ Note that the name of the section corresponds to the ecosystem it relates to, ra
|
|||||||
At the moment, supported backends are the following.
|
At the moment, supported backends are the following.
|
||||||
Pull requests for additional backends are welcome!
|
Pull requests for additional backends are welcome!
|
||||||
|
|
||||||
| Application | Package Manager | Section | feature flag | Notes |
|
| Application | Package Manager | Section | feature flag | Notes |
|
||||||
| ----------- | --------------- | ----------- | ------------ | ---------------------------------------------------------------------------------------- |
|
| ------------ | --------------- | ----------- | ------------ | ---------------------------------------------------------------------------------------- |
|
||||||
| Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) |
|
| Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) |
|
||||||
| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) |
|
| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) |
|
||||||
| Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) |
|
| Fedora Linux | `dnf` | `[fedora]` | built-in | |
|
||||||
| Python | `pip` | `[python]` | built-in | |
|
| Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) |
|
||||||
| Rust | `cargo` | `[rust]` | built-in | |
|
| Python | `pip` | `[python]` | built-in | |
|
||||||
| Rustup | `rustup` | `[rustup]` | built-in | See the comments [below](#rustup) about the syntax of the packages in the group file. |
|
| Rust | `cargo` | `[rust]` | built-in | |
|
||||||
| Void Linux | `xbps` | `[void]` | built-in | |
|
| Rustup | `rustup` | `[rustup]` | built-in | See the comments [below](#rustup) about the syntax of the packages in the group file. |
|
||||||
|
| Void Linux | `xbps` | `[void]` | built-in | |
|
||||||
|
|
||||||
Backends that have a `feature flag` require setting the respective flag for the build process.
|
Backends that have a `feature flag` require setting the respective flag for the build process.
|
||||||
The appropriate system libraries and their header files must be present on the machine and be detectable by `pkg-config`.
|
The appropriate system libraries and their header files must be present on the machine and be detectable by `pkg-config`.
|
||||||
|
|||||||
Reference in New Issue
Block a user