From b5849db32fdd4bd1bba4e8084e5bfa368f6e9747 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 29 May 2024 10:32:58 +0200 Subject: [PATCH 1/2] Document missing package to build for Windows To build ffmpeg, libz is necessary. Refs #4955 --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 751cf831..01319a10 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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: From c27ab46efbcab0b9558a91e691d799ffef496c97 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 30 May 2024 08:23:42 +0200 Subject: [PATCH 2/2] Remove suggestion to install from winget It does not work. Refs #4027 Refs #4389 Refs #4956 --- doc/windows.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/windows.md b/doc/windows.md index a3711f26..e3053188 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -15,13 +15,7 @@ Download the [latest release]: and extract it. -Alternatively, you could install it from packages manager, like [Winget]: - -```bash -winget install scrcpy -``` - -or [Chocolatey]: +Alternatively, you could install it from packages manager, like [Chocolatey]: ```bash choco install scrcpy