Dockerfile instructions to build Aseprite package for Linux distributions.
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.
The Aseprite package built based on aseprite-m124
no longer requires libc++.so.1
shared library.
Refer to development guidelines.
-
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] -
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]
Aseprite Package Build is licensed under the GNU GPLv3.