mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Merge 9725997efb
into f6d0893316
This commit is contained in:
commit
44c4c390b1
1 changed files with 8 additions and 0 deletions
|
@ -67,6 +67,14 @@ sudo dnf install SDL2-devel ffms2-devel meson gcc make
|
||||||
sudo dnf install java
|
sudo dnf install java
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For Fedora you need to install the following packages:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# enable RPM fusion free
|
||||||
|
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
sudo dnf install SDL2-devel ffms2-devel meson gcc make
|
||||||
|
```
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
For Windows, for simplicity, a prebuilt archive with all the dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue