|
vor 2 Tagen | |
---|---|---|
.github | vor 1 Monat | |
.gitignore | vor 1 Jahr | |
Makefile | vor 2 Tagen | |
README.md | vor 7 Monaten | |
love.sh | vor 2 Jahren | |
separate_debug.sh | vor 2 Jahren |
A Makefile script that builds LÖVE AppImage by compiling every single dependency from source.
First, install these dependencies (adapt accordingly for non-Debian distro):
sudo apt-get install autotools-dev automake autoconf libtool patchelf curl pkg-config
Then followed by all dependencies required by SDL, but not the SDL itself.
Afterwards, run make
. love-main.AppImage
and love-main.tar.gz
(by default) will be generated. See the Makefile script for various tweakable variables.
Notes:
libfuse2
. Ubuntu 22 start switching to FUSE 3 which is NOT SUPPORTED by AppImage!libsndio-dev
and fcitx-libs-dev
, make sure to add universe
repository!make QEMU=env
to bypass FUSE requirement restrictions by extrating appimagetool
first.Public Domain