mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
Document missing package to build for Windows
To build ffmpeg, libz is necessary. Refs #4955 <https://github.com/Genymobile/scrcpy/issues/4955>
This commit is contained in:
parent
206809a99a
commit
b5849db32f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ This is the preferred method (and the way the release is built).
|
|||
From _Debian_, install _mingw_:
|
||||
|
||||
```bash
|
||||
sudo apt install mingw-w64 mingw-w64-tools
|
||||
sudo apt install mingw-w64 mingw-w64-tools libz-mingw-w64-dev
|
||||
```
|
||||
|
||||
You also need the JDK to build the server:
|
||||
|
|
Loading…
Add table
Reference in a new issue