-
Notifications
You must be signed in to change notification settings - Fork 0
Building
Wolfyxon edited this page Nov 10, 2024
·
9 revisions
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
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 |
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.