From ec05c9e17c31bb5528ca0daf06974ed5fb9fd18c Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Thu, 19 Nov 2020 14:23:59 +0100 Subject: [PATCH] Update build instructions for Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e191f..3e1d3ad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ RecastDemo uses [premake5](http://premake.github.io/) to build platform specific #### Windows - Grab the latest SDL2 development library release from [here](https://www.libsdl.org/download-2.0.php) and unzip it `RecastDemo\Contrib`. Rename the SDL folder such that the path `RecastDemo\Contrib\SDL\lib\x86` is valid. -- Run `"premake5" vs2015` from the `RecastDemo` folder +- Run `"premake5" vs2019` from the `RecastDemo` folder - Open the solution, build, and run. ### Running Unit tests