Skip to content

Commit

Permalink
docs: Add Fedora/RHEL Dependency instructions (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-0 authored Nov 14, 2024
1 parent f284cc9 commit b401a23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/audioplayers_linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,17 @@ sudo pacman -S gstreamer gst-libav gst-plugins-base gst-plugins-good
```

You can install additional plugins as needed following [the Wiki](https://wiki.archlinux.org/title/GStreamer).

### Fedora/RHEL

[Flutter](https://docs.flutter.dev/get-started/install/linux#linux-setup) dependencies:

```bash
sudo dnf install clang cmake ninja-build pkg-config
```

[GStreamer](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c):

```bash
sudo dnf install gstreamer1-devel gstreamer1-plugins-base-devel
```

0 comments on commit b401a23

Please sign in to comment.