Skip to content

Building

Wolfyxon edited this page Nov 10, 2024 · 9 revisions

Commands

To build your project, run:

lover build [platforms...]

for example

lover build linux
lover build linux win32 win64

You can view all targets by using

lover target

Support

You may need additional software to build some targets or include all of their features.

Target Builds natively on Needed software Optional software for all features
linux ✅ All platforms ✅ None ✅ Fully featured
win64, win32 ✅ All platforms ✅ None RCEdit
love ✅ All platforms ✅ None ✅ Fully featured

Building for Windows

The app itself will build and run the game properly, but to edit details of the EXE file (such as the icon), you will need RCEdit (and Wine on Linux).

See the software page.

Clone this wiki locally