The Java JDK is needed to build the server

The relevant Fedora package is java-devel and not java
This commit is contained in:
taaem 2019-06-14 18:38:35 +02:00
parent 8ca36406b9
commit aa63644bcd
No known key found for this signature in database
GPG key ID: ADC278B974DD77E4

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