update README.md

This commit is contained in:
ikpil 2023-12-14 13:34:30 +09:00
parent fa8369f209
commit a3f426b186
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ You can find a comprehensive demo project in the `DotRecast.Recast.Demo` folder.
### Building DotRecast.Recast.Demo ### Building DotRecast.Recast.Demo
1. `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. 1. `DotRecast.Recast.Demo` uses [dotnet 8](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.
2. Open a command prompt, point it to a directory and clone DotRecast to it: `git clone https://github.com/ikpil/DotRecast.git` 2. Open a command prompt, point it to a directory and clone DotRecast to it: `git clone https://github.com/ikpil/DotRecast.git`
3. Open `<DotRecastDir>\DotRecast.sln` with Visual Studio 2022 and build `DotRecast.Recast.Demo` 3. Open `<DotRecastDir>\DotRecast.sln` with Visual Studio 2022 and build `DotRecast.Recast.Demo`
- Optionally, you can run using the `dotnet run` command with `DotRecast.Recast.Demo.csproj` - Optionally, you can run using the `dotnet run` command with `DotRecast.Recast.Demo.csproj`