mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Adding Rocky Linux to build.md
This commit is contained in:
parent
44b3fd82b1
commit
ca99e3b22c
1 changed files with 21 additions and 0 deletions
21
doc/build.md
21
doc/build.md
|
@ -84,6 +84,27 @@ sudo dnf install java-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### Rocky Linux
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# enable RPM fusion release, 8 for Rocky 8.x and 9 for Rocky 9.x
|
||||||
|
sudo dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
|
||||||
|
|
||||||
|
# enable extra packages with epel-release
|
||||||
|
sudo dnf install epel-release
|
||||||
|
|
||||||
|
# add repo for epel-multimedia
|
||||||
|
sudo dnf config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo
|
||||||
|
|
||||||
|
# enable powertools
|
||||||
|
sudo dnf config-manager --set-enabled powertools
|
||||||
|
|
||||||
|
# install dependencies
|
||||||
|
sudo dnf install ffmpeg adb android-tools wget gcc git pkg-config meson ninja-build \
|
||||||
|
SDL2 SDL2-devel libavcodec-devel libavdevice-devel libavformat-devel \
|
||||||
|
libavutil-devel libusb-devel libswresample-devel libusb-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue