Aseprite编译

发布时间:2023年12月29日

官方网站 : 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 \
文章来源:https://blog.csdn.net/chenshun123/article/details/135282022
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。