2014-11-11 06:28:02 +00:00
LovePackaging
=============
2016-05-04 17:19:40 +00:00
[![GitHub release ](https://img.shields.io/github/release/Guard13007/LovePackaging.svg?maxAge=2592000 )](https://github.com/Guard13007/LovePackaging/releases/latest)
[![GitHub downloads ](https://img.shields.io/github/downloads/Guard13007/LovePackaging/latest/total.svg?maxAge=2592000 )](https://github.com/Guard13007/LovePackaging/releases/latest)
[![GitHub issues ](https://img.shields.io/github/issues-raw/Guard13007/LovePackaging.svg?maxAge=2592000 )](https://github.com/Guard13007/LovePackaging/issues)
[![GitHub license ](https://img.shields.io/github/license/Guard13007/LovePackaging.svg?maxAge=2592000 )](https://github.com/Guard13007/LovePackaging/blob/master/LICENSE)
2014-11-11 06:28:02 +00:00
Scripts to create Love2d packages.
2014-11-11 08:12:52 +00:00
2014-11-26 02:51:39 +00:00
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.
2014-12-30 05:29:36 +00:00
- Can automatically number builds.
2014-11-11 08:12:52 +00:00
Installation
------------
2014-12-30 05:29:36 +00:00
(Note that this guide may differ from the one in the latest release, refer to the ReadMe there for 100% correct info!)
2014-11-20 20:36:06 +00:00
Quick Guide:
1. Download the [latest release ](https://github.com/Guard13007/LovePackaging/releases )!
2014-11-20 03:11:07 +00:00
2. Copy the files wherever you want, inside your own repo, outside, wherever!
2015-08-24 01:36:42 +00:00
3. 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.
2016-05-04 17:15:48 +00:00
4. Run `./build.sh` for Linux / Mac OS X (OSX users need wget installed!!).
2014-11-20 20:36:06 +00:00
No Windows version yet, sorry.
2014-11-11 08:12:52 +00:00
2016-05-04 17:15:48 +00:00
A quick note to mention: The build script must be run from its own directory. Everything in the config.sh should be absolute directories.
2014-12-30 05:29:36 +00:00
2014-11-11 08:18:21 +00:00
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!
2014-11-11 08:12:52 +00:00
Troubleshooting
---------------
2014-11-27 18:27:20 +00:00
Feel free to submit an issue for any problem you have, also check [the forum ](https://love2d.org/forums/viewtopic.php?f=4&t=79155&sid=2dfd50989af78c87dc75a9558e1ffb08 ) post for help.