2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 22:05:12 +00:00

Merge pull request #595 from taaem/fix_build_fedora

The Java JDK is needed to build the server
This commit is contained in:
Romain Vimont
2019-06-15 15:14:22 +02:00

View File

@@ -70,7 +70,7 @@ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-rele
sudo dnf install SDL2-devel ffms2-devel meson gcc make
# server build dependencies
sudo dnf install java
sudo dnf install java-devel
```