This repository aims to make the complicated process of compiling Aseprite more simple.
Consider buying Aseprite if you want to support the devs: https://www.aseprite.org/
- OS: Windows 10 (Version 2004) or Windows 11 Pro
- Docker Desktop
- Use Windows containers: Right click on the tray icon -> Switch to Windows containers...
- download this repo:
git clone git@github.com:partyvaper/aseprite-windows-docker-build.git
cd aseprite-windows-docker-build
- build the docker image:
docker build -t partyvaper/aseprite . --network="Default Switch"
- create a container from the image:
docker run -d partyvaper/aseprite cmd
(this prints the container id) - copy the Aseprite binaries:
docker cp <CONTAINER_ID>:aseprite\build\bin\ .\bin\
Now you should see a folder called bin/
and in it the Aseprite binaries!