From eecb7f45ecb92d79328cf54719266d8739bdbfb4 Mon Sep 17 00:00:00 2001 From: Dig-Doug Date: Wed, 25 Sep 2019 06:20:46 -0700 Subject: [PATCH] Updates the README instructions for linux The binary has to be run from the bin directory, otherwise the DroidSans font can't be found and shows the error "Could not init GUI renderer.": https://github.com/recastnavigation/recastnavigation/blob/master/RecastDemo/Source/main.cpp#L129 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa0368..d9e191f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ RecastDemo uses [premake5](http://premake.github.io/) to build platform specific - Install SDL2 and its dependencies according to your distro's guidelines. - run `premake5 gmake` from the `RecastDemo` folder. - `cd Build/gmake` then `make` -- Run `RecastDemo\Bin\RecastDemo` +- `cd RecastDemo/Bin` and then run `./RecastDemo` #### OSX