Page 1 of 1

Build scripts for Linux

Posted: Thu Feb 22, 2018 2:17 am
by the_spice_must_flow
I created a simple build script for creating appimages on Linux if anyone's interested.

https://github.com/IAmSegfault/love-build

To get it running you need love, care, and appimagetool installed on your machine.
You also need to edit love-build and AppRun with your project info.

I tested it out on Ubuntu 16.04, if you find a bug on another distro, let me know either in this thread or on Github.

Re: Build scripts for Linux

Posted: Fri Mar 09, 2018 9:49 am
by kbmonkey
Nicely done. AppImages are getting pretty popular! I made a similar setup as a VM so you can target different architectures (x86/64). More info in this post.