mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
(old but functioning) Bash scripts to compile/package LÖVE games for Windows/Linux/Mac.
build-includes | ||
build-scripts | ||
.gitignore | ||
build-config.sh | ||
build.sh | ||
LICENSE | ||
README.md |
LovePackaging
Scripts to create Love2d packages.
Currently working in Linux, untested in OS X (though it should work assuming you have wget installed), and undeveloped for Windows.
Features
- Builds executables for distribution on Windows, Mac, and Linux.
- Supports including extra files automatically.
- Can automatically number builds.
Installation
(Note that this guide may differ from the one in the latest release, refer to the ReadMe there for 100% correct info!)
Quick Guide:
- Download the latest release!
- Copy the files wherever you want, inside your own repo, outside, wherever!
- Edit
build-config.sh
to specify options on how your packages will be built, including where the sources are and where to put the result. - Run
./build.sh
for Linux / Mac OS X (OSX users need wget installed!!). No Windows version yet, sorry.
A quick note to mention: The build script must be run from its own directory. Everything in the config.sh should be absolute directories.
Contributing
If you have any ideas or feature requests or bugfixes, please do create issues, forks, pull requests, whatever. If there's something that be done to make this better, I want to know about it!
Troubleshooting
Feel free to submit an issue for any problem you have, also check the forum post for help.