Skip to content

monocodx/aseprite-package-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aseprite Package Build

Dockerfile instructions to build Aseprite package for Linux distributions.

Quick Start

Build Package

Update the build.cfg file to set the Aseprite version and build target platform, then run the build.sh script.

# target options:
# opensuse-tumbleweed, opensuse-leap, fedora-rawhide, fedora, debian-stable, arch

TARGET=opensuse-tumbleweed

Find the Aseprite version from Aseprite Github repository.

Note

The built binary tar.gz package is located in the project's package folder.

Runtime shared library

The Aseprite package built based on aseprite-m124 no longer requires libc++.so.1 shared library.

Development

Refer to development guidelines.

FAQ

  1. Why not provide a built package instead of requiring users to build it themselves?
    From August 2016 end user cannot redistribute compiled versions of Aseprite. Aseprite replaced the General Public License (GPLv2) with the new Aseprite EULA. [source]

  2. Why does the Aseprite build from source have dev appended at the end of the app window title?
    Please refer to Aseprite developer comment. [source]

LICENSE

Aseprite Package Build is licensed under the GNU GPLv3.

About

Dockerfile instructions to build Aseprite package for Linux distributions

Topics

Resources

License

Stars

Watchers

Forks

Languages