From 95fd9fa872dc20c628471a0d3831c21b147b0e2b Mon Sep 17 00:00:00 2001 From: ikpil Date: Mon, 28 Aug 2023 23:09:49 +0900 Subject: [PATCH] need to install microsoft visual c++ redistributable package --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ca1426..f881e44 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ You can find a comprehensive demo project in the `DotRecast.Recast.Demo` folder. `DotRecast.Recast.Demo` uses [dotnet 7](https://dotnet.microsoft.com/) to build platform specific projects. Download it and make sure it's available on your path, or specify the path to it. +#### Windows +- need to install [microsoft visual c++ redistributable package](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) + #### Linux & macOS & Windows - Navigate to the `DotRecast.Recast.Demo` folder and run `dotnet run`