Add releases link to README.md

This commit is contained in:
Kevin Harrison 2016-11-22 13:13:04 -05:00
parent 5098cccf7e
commit c018a750e8

View file

@ -75,15 +75,15 @@ end
## Building
Grab the code with:
Windows binaries are available for each [release](https://github.com/keharriso/love-nuklear/releases).
To build the library yourself, grab the code with:
```sh
$ git clone --recursive git@github.com:keharriso/love-nuklear.git
```
Compile with CMake (I recommend using the MinGW generator on Windows). You'll need to tell CMake where to find the LuaJIT headers and binaries. The end result is a native Lua module.
## Documentation
A complete description of all functions and style properties, alongside additional examples, is available at the [LÖVE-Nuklear wiki](https://github.com/keharriso/love-nuklear/wiki).