From c018a750e86507b2ac5f5136fd0e2cebbb8819a3 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Tue, 22 Nov 2016 13:13:04 -0500 Subject: [PATCH] Add releases link to README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f055b6..4a70405 100644 --- a/README.md +++ b/README.md @@ -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).