mirror of
https://github.com/love2d/love-appimage-source.git
synced 2026-08-12 00:30:50 +02:00
1a1ea78256660b4c29e1e737d9df3e23bc807fa1
love-appimage-source
A Makefile script that builds LÖVE AppImage by compiling every single dependency from source.
Build
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:
- If you're getting FUSE error in Ubuntu 22.04 or later, install
libfuse2. Ubuntu 22 start switching to FUSE 3 which is NOT SUPPORTED by AppImage! - For Ubuntu ARM64, if APT can't find
libsndio-devandfcitx-libs-dev, make sure to adduniverserepository! - If you're running WSL 1, run with
make QEMU=envto bypass FUSE requirement restrictions by extratingappimagetoolfirst.
License
Public Domain
Description
Languages
Makefile
91.7%
Shell
8.3%