mirror of https://github.com/Genymobile/scrcpy
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
|
@ -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…
Reference in New Issue