|
2 dní pred | |
---|---|---|
.github | 1 mesiac pred | |
.gitignore | 1 rok pred | |
Makefile | 2 dní pred | |
README.md | 7 mesiacov pred | |
love.sh | 2 rokov pred | |
separate_debug.sh | 2 rokov pred |
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