mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 02:52:20 +00:00
Dependent of brimworks/lua-zip
This commit is contained in:
16
README.md
16
README.md
@@ -100,8 +100,8 @@ 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: [luafilesystem][lfs], [loadconf][loadconf],
|
||||
[middleclass][middleclass], [semver][semver].
|
||||
some credit: [lua-zip][lua-zip], [luafilesystem][lfs],
|
||||
[loadconf][loadconf], [middleclass][middleclass], [semver][semver].
|
||||
|
||||
#### Optional
|
||||
- `love` can be used to determine your system LÖVE version.
|
||||
@@ -109,14 +109,6 @@ could break love-release.
|
||||
- [LuaJIT][luajit] can be used to compile your sources, either with
|
||||
`luarocks-luajit` or with `luajit` if it is installed.
|
||||
|
||||
##### Lua binding to libzip
|
||||
|
||||
love-release depends on a Lua binding to [libzip][libzip]. I have
|
||||
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
|
||||
|
||||
```sh
|
||||
@@ -157,9 +149,7 @@ Every bug report or feature request is gladly welcome !
|
||||
[lua]: http://www.lua.org/
|
||||
[luajit]: http://luajit.org/
|
||||
[luarocks]: https://luarocks.org/
|
||||
[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
|
||||
[lua-zip]: https://github.com/brimworks/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