need to install microsoft visual c++ redistributable package

This commit is contained in:
ikpil 2023-08-28 23:09:49 +09:00
parent 6b40342a5c
commit 95fd9fa872
1 changed files with 3 additions and 0 deletions

View File

@ -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`