官方网站 : https://www.aseprite.org/
Aseprite编译 步骤 :
1> App Store 下载安装 XCode
2> 安装 brew
# /bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
或
# /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
3> 安装 cmake
# brew install cmake
4> 安装 Ninja
# brew install ninja
5> clone Aseprite 仓库 :
GitHub地址 : https://github.com/aseprite/aseprite
# git clone --recursive https://github.com/aseprite/aseprite
由于仓库引用别的项目,需要则将 --recursive 参数
6> 下载并解压 Skia :
下载地址 https://github.com/aseprite/skia/releases
7> 编译
Intel 芯片 :
# cd Aseprite根目录
# mkdir build
# cd build
# cmake \