Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.2 KB

building.md

File metadata and controls

34 lines (29 loc) · 1.2 KB

Building LoveDOS

Although LoveDOS provides precompiled binaries on the releases page, you may still wish to build the project's source if you want to make changes to the project.

Requirements

LoveDOS depends on the following being installed before building:

Building

To compile you should clone the git repository or download the .zip of it. Once this is done you should follow the build instructions for LuLABI

Assuming the COMPILER variable is correctly set the command should be run:

lulabi build -f <path_to_love_source>

The command will output the following line when it starts:

Building: love_dos

Within a minute the script should finish and display the following line:

Finished.

There should now be a file named "love.exe" in the "bin/" directory