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.
This commit is contained in:
emerth 2022-02-08 20:00:10 -07:00 committed by GitHub
parent 6fdb1faf39
commit 6ed94cfa3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).