From a425d03b0e41021193059df70e0a64363b71286b Mon Sep 17 00:00:00 2001 From: grdowns Date: Tue, 10 Sep 2019 12:11:28 -0700 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ea200a..6f8fae9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Recast is accompanied with Detour, path-finding and spatial reasoning toolkit. Y Detour offers simple static navigation mesh which is suitable for many simple cases, as well as tiled navigation mesh which allows you to plug in and out pieces of the mesh. The tiled mesh allows you to create systems where you stream new navigation data in and out as the player progresses the level, or you may regenerate tiles as the world changes. +## Installation through vcpkg + +If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install Recast with a single command: +``` +vcpkg install recast +``` ## Recast Demo