|
преди 2 дни | |
---|---|---|
.github | преди 1 месец | |
.gitignore | преди 1 година | |
Makefile | преди 2 дни | |
README.md | преди 7 месеца | |
love.sh | преди 2 години | |
separate_debug.sh | преди 2 години |
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