Compare commits

...

7 Commits

Author SHA1 Message Date
Emad Dehnavi 6685e230a2
Merge 45a92d6f68 into b3b956516b 2025-06-19 16:32:28 +03:00
Emad Dehnavi 45a92d6f68
Revert "Update submodules"
This reverts commit 88115e1f3c.
2024-08-20 10:31:52 +02:00
Emad Dehnavi 179f53ad1b
Revert wording 2024-08-20 10:28:22 +02:00
Emad Dehnavi c8fa1dfddb
Creates a signed commit 2024-08-20 10:28:22 +02:00
Bang1338 e306ea39d2
[docs] define WEBP_LIBRARIES path for linux 2024-08-20 10:28:22 +02:00
Emad Dehnavi 3fbd3d0f0e
define WEBP_LIBRARIES path 2024-08-20 10:28:22 +02:00
David Capello 88115e1f3c Update submodules 2024-08-20 10:28:03 +02:00
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