Fix fedora package in build instructions
In Fedora, the package is libusb1-devel. Fixes #4131 <https://github.com/Genymobile/scrcpy/issues/4131> PR #4132 <https://github.com/Genymobile/scrcpy/pull/4132> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
7b7076ef85
commit
625934fb1b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pip3 install meson
|
||||||
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
|
||||||
# client build dependencies
|
# client build dependencies
|
||||||
sudo dnf install SDL2-devel ffms2-devel libusb-devel meson gcc make
|
sudo dnf install SDL2-devel ffms2-devel libusb1-devel meson gcc make
|
||||||
|
|
||||||
# server build dependencies
|
# server build dependencies
|
||||||
sudo dnf install java-devel
|
sudo dnf install java-devel
|
||||||
|
|
Loading…
Reference in a new issue