From 6ed94cfa3a994d0ecd25f8408fc425f36761a475 Mon Sep 17 00:00:00 2001 From: emerth <44985955+emerth@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:00:10 -0700 Subject: [PATCH] Update README.md Windows build tries to link in functions from libdeflate and zstd library. These are neither included in the build depends scheme nor mentioned in the instructions. So, I propose they at least be mentioned. --- winbuild/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winbuild/README.md b/winbuild/README.md index 611d1ed1a..118b28708 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -11,6 +11,8 @@ For more extensive info, see the [Windows build instructions](build.rst). * Requires Microsoft Visual Studio 2017 or newer with C++ component. * Requires NASM for libjpeg-turbo, a required dependency when using this script. * Requires CMake 3.12 or newer (available as Visual Studio component). +* Requires zstd static link library installed. +* Requires libdeflate static library installed. * Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor). * Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions).