Update README.md

This commit is contained in:
Anselme François 2016-05-30 15:28:38 +02:00
parent 0ed6922317
commit 8bfcffd80b

View File

@ -8,7 +8,7 @@ This repository is the application project, it has several dependencies :
Qt5 modules: core gui widgets opengl, glm, SparrowRenderer, and cmake for the compilation Qt5 modules: core gui widgets opengl, glm, SparrowRenderer, and cmake for the compilation
### How to Use it from the precompiled builds : ### How to Use it from the precompiled builds :
- download the latest build ( [win32]: https://epicsparrow.com/media/PixelWars.zip ) - download the latest build ( [win32](https://epicsparrow.com/media/PixelWars.zip) )
- unzip it anywhere - unzip it anywhere
- the PixelWars executable is located in the bin folder - the PixelWars executable is located in the bin folder
- you can now code your own Dude's behavior or map generator by - you can now code your own Dude's behavior or map generator by
@ -17,7 +17,7 @@ in the form of a shared library, you can find an example in each folder named he
containing the minimal code, the necessary includes, containing the minimal code, the necessary includes,
and the command line needed to compile it. and the command line needed to compile it.
- you can find many more informations on the [wiki]: https://git.epicsparrow.com/epicsparrow/PixelWars/wikis/home - you can find many more informations on the [wiki](https://git.epicsparrow.com/epicsparrow/PixelWars/wikis/home)
### How to Build it from sources : ### How to Build it from sources :