Bug fixes on OS X, add GNU readlink as deps #20

Makefile:
- short help was not properly created

love-release.sh:
- script aborts if GNU getopt is not found
- add GNU readlink as dependency, will check for greadlink too

README.md:
- add GNU readlink as dependency
This commit is contained in:
Antonin Décimo
2015-07-12 15:26:15 +02:00
parent ae3b742c45
commit e20238a6ac
3 changed files with 20 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
`love-release.sh` -- Bash script to generate [LÖVE](https://love2d.org/) game releases
### INSTALLATION
`love-release` relies on `GNU getopt` (OSX and BSD user needs to install it), `curl`, `zip` and `unzip`.
`love-release` relies on `GNU getopt` and `GNU readlink` (OSX and BSD users need to install them), `curl`, `zip` and `unzip`.
You need to have `lua` installed to be able to read the configuration.
You also need Wine to get icons and installer for Windows, the Debian pakaging utilities for Debian and the Android SDK to build a package for Android.