I'm currently trying to get Love2d to run on my Ubuntu Touch phone, which runs a (more or less regular) Ubuntu Linux on armhf.
By following the guide on the wiki, I was able to successfully build the engine (leaving out the automagic part).
I did the compilation inside a Libertine container where I installed the build dependencies. Running the compiled love binary there works fine:
Code: Select all
./love --version
LOVE 11.1 (Mysterious Mysteries)
Code: Select all
./love --version
/home/phablet/Downloads/development/love2d_arm/love-11.1/src/.libs/lt-love: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
I also noticed that the files inside "src" are over 140MB in size while the AppImage in the downloads section is just 4MB. Is it possible to shrink the size of the executable for distribution on mobile devices?
Thank you very much in advance.
