Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Fedora/RHEL Dependency instructions #1851

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/audioplayers_linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,18 @@ For Arch, simply install gstreamer and its plugins via `pacman`:
sudo pacman -S gstreamer gst-libav gst-plugins-base gst-plugins-good
```

### 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
```

You can install additional plugins as needed following [the Wiki](https://wiki.archlinux.org/title/GStreamer).
khaled-0 marked this conversation as resolved.
Show resolved Hide resolved