mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Add releases link to README.md
This commit is contained in:
parent
5098cccf7e
commit
c018a750e8
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue