mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Fedora packages
Add `dnf` packages for Fedora. I need to double check with a vanilla Fedora installation because I already had some dev tools installed.
This commit is contained in:
parent
f9562f537a
commit
24103393ae
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ Install the required packages from your package manager (here, for Debian):
|
|||
sudo apt install make gcc openjdk-8-jdk pkg-config meson zip \
|
||||
libavcodec-dev libavformat-dev libavutil-dev \
|
||||
libsdl2-dev
|
||||
|
||||
For Fedora you need to install the following packages:
|
||||
sudo dnf install SDL2-devel ffmm2-devel meson gcc make
|
||||
|
||||
|
||||
#### Windows
|
||||
|
|
Loading…
Add table
Reference in a new issue