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