Update README.md
This commit is contained in:
parent
c85a95789d
commit
18bd7598c1
22
README.md
22
README.md
@ -19,18 +19,18 @@ Use arrow keys for movement and enter to get rid of dialogs (for movement w, a,
|
|||||||
|
|
||||||
You can download the automatic builds from the [Pipeline](https://gitlab.com/thallian/streuner-game/pipelines) section.
|
You can download the automatic builds from the [Pipeline](https://gitlab.com/thallian/streuner-game/pipelines) section.
|
||||||
|
|
||||||
|
|
||||||
|
You can either build it locally (mostly for development) or with docker (for distribution).
|
||||||
|
|
||||||
# Local Building
|
# Local Building
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
- [Löve](https://love2d.org/)
|
- [Löve](https://love2d.org/)
|
||||||
- [Tiled](http://www.mapeditor.org/) (if you want to edit levels)
|
- make
|
||||||
- [GIMP](http://www.gimp.org/) (if you want to edit character sprites)
|
- zip
|
||||||
- The following \*nix tools in your path if you want to use the makefile:
|
- kill
|
||||||
- make
|
- grep
|
||||||
- zip
|
- awk
|
||||||
- kill
|
- ps
|
||||||
- grep
|
|
||||||
- awk
|
|
||||||
- ps
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
@ -38,8 +38,12 @@ make run
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Docker Building
|
# Docker Building
|
||||||
|
|
||||||
|
Uses [docker](https://hub.docker.com/r/thallian/love-release/) with [love-release](https://github.com/MisterDA/love-release) to build the different OS packages.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
- [Docker](https://www.docker.com/)
|
- [Docker](https://www.docker.com/)
|
||||||
|
- make
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user