Skip to content

Instantly share code, notes, and snippets.

@cowwabanga
Created May 13, 2024 01:24
Show Gist options
  • Save cowwabanga/99bf736e10b7eea97593337f6959e5b7 to your computer and use it in GitHub Desktop.
Save cowwabanga/99bf736e10b7eea97593337f6959e5b7 to your computer and use it in GitHub Desktop.
How to build Love2D game
Больше деталей здесь: https://www.love2d.org/wiki/Game_Distribution.
В дистре должны быть:
- SDL2.dll
- OpenAL32.dll (note: this file is different in the 64 bit download despite still being called ‘OpenAL32.dll’)
- SuperGame.exe
- license.txt (note: the license requires that it be included in any further distribution)
- love.dll
- lua51.dll
- mpg123.dll
- msvcp120.dll
- msvcr120.dll
copy /b C:\<path-to-love>\love.exe+%1 "%~n1.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment