mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 02:52:20 +00:00
Update README
This commit is contained in:
30
README.md
30
README.md
@@ -2,14 +2,14 @@
|
||||
[](LICENSE)
|
||||
[](https://travis-ci.org/MisterDA/love-release)
|
||||
[](https://coveralls.io/github/MisterDA/love-release?branch=master)
|
||||
[](https://luarocks.org/modules/rucikir/love-release)
|
||||
[](https://luarocks.org/modules/rucikir/love-release)
|
||||

|
||||
|
||||
[Lua][lua] script that makes [LÖVE][love] game release easier (previously
|
||||
Bash script).
|
||||
Automates LÖVE [Game Distribution][game_dist].
|
||||
LÖVE [forum topic][forum_topic].
|
||||
Available as a [LuaRocks][luarocks] [package][package].
|
||||
Bash script).\
|
||||
Automates LÖVE [Game Distribution][game_dist].\
|
||||
LÖVE [forum topic][forum_topic].\
|
||||
Available as a [LuaRocks 3][luarocks] [package][package].
|
||||
|
||||
## Features
|
||||
love-release makes your LÖVE game release easier. love-release can
|
||||
@@ -95,14 +95,14 @@ end
|
||||
### Dependencies
|
||||
love-release is only installable through LuaRocks and highly depends
|
||||
on LuaRocks internal API. love-release is currently built on LuaRocks
|
||||
2.3.0. LuaRocks API is not meant to be stable, and a future update
|
||||
3.0.x. LuaRocks API is not meant to be stable, and a future update
|
||||
could break love-release.
|
||||
|
||||
#### Required
|
||||
- [libzip][libzip] and its headers for lua-libzip.
|
||||
- Other libraries are automatically installed, but let's give them
|
||||
some credit: [lua-libzip][lua-libzip], [luafilesystem][lfs],
|
||||
[loadconf][loadconf], [middleclass][middleclass], [semver][semver].
|
||||
some credit: [luafilesystem][lfs], [loadconf][loadconf],
|
||||
[middleclass][middleclass], [semver][semver].
|
||||
|
||||
#### Optional
|
||||
- `love` can be used to determine your system LÖVE version.
|
||||
@@ -113,10 +113,10 @@ could break love-release.
|
||||
##### Lua binding to libzip
|
||||
|
||||
love-release depends on a Lua binding to [libzip][libzip]. I have
|
||||
forked [brimworks/lua-zip][lua-zip] to integrate new features, and
|
||||
published the fork under the name of [lua-libzip][lua-libzip] in
|
||||
[LuaRocks][lua-libzip-rock]. The name will change when LuaRocks 3 is
|
||||
released.
|
||||
forked [brimworks/lua-zip][brimworks-lua-zip] to
|
||||
[misterda/lua-zip][misterda-lua-zip] in order integrate new features,
|
||||
and published the fork under my namespace in LuaRocks,
|
||||
[rucikir/lua-zip][rucikir-lua-zip-rock].
|
||||
|
||||
### Install
|
||||
|
||||
@@ -158,9 +158,9 @@ Every bug report or feature request is gladly welcome !
|
||||
[lua]: http://www.lua.org/
|
||||
[luajit]: http://luajit.org/
|
||||
[luarocks]: https://luarocks.org/
|
||||
[lua-zip]: https://github.com/brimworks/lua-zip
|
||||
[lua-libzip]: https://github.com/misterda/lua-zip
|
||||
[lua-libzip-rock]: https://luarocks.org/modules/rucikir/lua-libzip
|
||||
[brimworks-lua-zip]: https://github.com/brimworks/lua-zip
|
||||
[misterda-lua-zip]: https://github.com/misterda/lua-zip
|
||||
[rucikir-lua-zip-rock]: https://luarocks.org/modules/rucikir/lua-zip
|
||||
[loadconf]: https://github.com/Alloyed/loadconf
|
||||
[middleclass]: https://github.com/kikito/middleclass
|
||||
[package]: https://luarocks.org/modules/rucikir/love-release
|
||||
|
Reference in New Issue
Block a user