mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Update INSTALL.md
Including all the steps for the ARM version of the mac install instructions, rather than partial steps.
This commit is contained in:
parent
6c3ff21354
commit
6c06a48456
@ -189,9 +189,12 @@ but it could be different in your Mac.
|
|||||||
### Apple Silicon
|
### Apple Silicon
|
||||||
|
|
||||||
If you running macOS on an ARM64/AArch64/Apple Silicon Mac (e.g. M1),
|
If you running macOS on an ARM64/AArch64/Apple Silicon Mac (e.g. M1),
|
||||||
you can compile a native ARM64 version of Aseprite following the same
|
you can compile a native ARM64 version of Aseprite following similar
|
||||||
steps as above but when we call `cmake`, we have some differences:
|
steps as above but when we call `cmake`, we have some differences:
|
||||||
|
|
||||||
|
cd aseprite
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
-DCMAKE_OSX_ARCHITECTURES=arm64 \
|
||||||
@ -204,6 +207,7 @@ steps as above but when we call `cmake`, we have some differences:
|
|||||||
-DPNG_ARM_NEON:STRING=on \
|
-DPNG_ARM_NEON:STRING=on \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
..
|
..
|
||||||
|
ninja aseprite
|
||||||
|
|
||||||
### Issues with Retina displays
|
### Issues with Retina displays
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user