|
|
2 년 전 | |
|---|---|---|
| .github | 2 년 전 | |
| .gitignore | 2 년 전 | |
| Makefile | 2 년 전 | |
| 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