1
0
nilsve 18470299dc
Merge pull request #1 from up201806330/bug-outdated-skia-download
Fixed outdated skia download link in compile step
2022-03-17 13:01:42 +01:00
2021-04-16 13:15:19 +02:00
2021-04-16 13:15:19 +02:00
2021-04-16 13:15:19 +02:00
2021-04-16 13:24:13 +02:00

Docker Aseprite container

This repository allows you to compile Aseprite without installing any build tools. All that is required is Docker.

After spending hours trying to get Aseprite to compile, I decided to just make a Docker image for it

To simplify and speed up the build process, the build script uses the precompiled version of Skia, which it downloads from the Github repo.

Usage

  • Install docker
  • Clone this repository
  • cd into cloned repository
  • Run docker-compose build
  • Run docker-compose up

You can now find the compiled version of Aseprite in the output/aseprite/build/bin folder

Description
Builds a flatpak bundle of Aseprite using Docker
Readme MIT 159 KiB
Languages
Shell 73.3%
Makefile 17.5%
Dockerfile 9.2%