build-aseprite 本文最后更新于 2026年7月8日 上午 1本文主要介绍了一下如何编译 Aseprite,其实现在已经变成傻瓜式的编译了,官方文档也写得很清楚了,这里就不多赘述了。直接列出命令行 12345678# 克隆 Aseprite 仓库git clone https://github.com/aseprite/aseprite# 进入仓库目录cd aseprite# 更新所有子模块git submodule update --init --recursive# 执行自带的构建脚本 按照提示一路Yes即可./build.sh 构建完成后会出现一个 build 目录,里面包含了编译好的 Aseprite 可执行文件。 编程 #游戏开发 #aseprite #build #tutorial build-aseprite https://nicoier.github.io/2025/12/22/build-aseprite/ 作者 NicoIer 发布于 2025年12月22日 许可协议 最近20条Codex对话整理 上一篇 BatchRenderGroup演示Demo 下一篇 Please enable JavaScript to view the comments