Update README.md

This commit is contained in:
Sebastian Hugentobler 2016-06-21 12:56:31 +00:00
parent c85a95789d
commit 18bd7598c1

View File

@ -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 either build it locally (mostly for development) or with docker (for distribution).
# Local Building
## Prerequisites
- [Löve](https://love2d.org/)
- [Tiled](http://www.mapeditor.org/) (if you want to edit levels)
- [GIMP](http://www.gimp.org/) (if you want to edit character sprites)
- The following \*nix tools in your path if you want to use the makefile:
- make
- zip
- kill
- grep
- awk
- ps
- make
- zip
- kill
- grep
- awk
- ps
## Usage
```
@ -38,8 +38,12 @@ make run
```
# 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
- [Docker](https://www.docker.com/)
- make
## Usage
```