From b5849db32fdd4bd1bba4e8084e5bfa368f6e9747 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 29 May 2024 10:32:58 +0200 Subject: [PATCH] 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: