FrayxRulez / RLottie.UWP

6 stars 1 forks source link

RLottie.pri not found #2

Closed babakmdi closed 3 years ago

babakmdi commented 3 years ago

i get this error ! :)

image

FrayxRulez commented 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