This commit is contained in:
Emad Dehnavi 2025-06-19 16:32:28 +03:00 committed by GitHub
commit 6685e230a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,7 @@ steps as above but when we call `cmake`, we have some differences:
-DSKIA_DIR=$HOME/deps/skia \
-DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-arm64 \
-DSKIA_LIBRARY=$HOME/deps/skia/out/Release-arm64/libskia.a \
-DWEBP_LIBRARIES=$HOME/deps/skia/out/Release-arm64/libwebp.a \
-DPNG_ARM_NEON:STRING=on \
-G Ninja \
..
@ -252,6 +253,7 @@ you must use libstdc++ to compile Aseprite:
-DSKIA_DIR=$HOME/deps/skia \
-DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-x64 \
-DSKIA_LIBRARY=$HOME/deps/skia/out/Release-x64/libskia.a \
-DWEBP_LIBRARIES=$HOME/deps/skia/out/Release-x64/libwebp.a \
-G Ninja \
..
ninja aseprite