Closed babakmdi closed 3 years ago
The actual problem is that you miss zlib
. The easiest way to get it is the following:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg.exe install zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp
./vcpkg.exe integrate install
i get this error ! :)