These are pre-built binary packages of branch aseprite-m102
(official Skia commit b627d35). You can create a C:\deps\skia
folder (or $HOME/deps/skia
) and uncompress the content there, it would be like you've compiled the specific version locally.
These packages can be used to compile laf and Aseprite.
Details: Compiled with clang
on all platforms and:
-MT
on Windows-stdlib=libc++
and-frtti
on macOS-stdlib=libc++
on Linux, you have to compile laf or aseprite with clang and libc++-stdlib=libstdc++
on Linux, you can compile laf or aseprite with g++, or clang and libstdc++