mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
add fedora deps
This commit is contained in:
parent
74ca159a6a
commit
65081d42e6
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ Vanilla currently requires the following dependencies:
|
|||
```
|
||||
# apt install qt6-base-dev qt6-multimedia-dev libavcodec-dev libavutil-dev libavfilter-dev libsdl2-dev libnl-genl-3-dev isc-dhcp-client
|
||||
```
|
||||
- Fedora
|
||||
```
|
||||
# dnf install qt6-qtbase-devel qt6-qtmultimedia-devel libavcodec-free-devel libavutil-free-devel libavfilter-free-devel libnl3-devel SDL2-devel openssl-devel
|
||||
```
|
||||
- Arch
|
||||
```
|
||||
# pacman -S qt6 ffmpeg libnl sdl2 dhclient
|
||||
|
|
Loading…
Reference in a new issue