From 27e4a0628a5a4f47cb507e3c8dc0b7957723bc89 Mon Sep 17 00:00:00 2001 From: ikpil Date: Tue, 16 Jan 2024 14:10:14 +0900 Subject: [PATCH] draft --- BuildingAndIntegrating.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/BuildingAndIntegrating.md b/BuildingAndIntegrating.md index 17a000e..f31cbf9 100644 --- a/BuildingAndIntegrating.md +++ b/BuildingAndIntegrating.md @@ -1,12 +1,20 @@ ο»Ώ ## πŸ”¨ Build -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` -3. Open `\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` +- λΉŒλ“œμ—λŠ” 였직 .NET 8 SDK 만 μš”κ΅¬ λ©λ‹ˆλ‹€. +- λͺ¨λ“  λͺ¨λ“ˆμ— λŒ€ν•œ λΉŒλ“œλ₯Ό 확인 ν•˜λ €λ©΄, DotRecast.Recast.Demo λΉŒλ“œ ν•΄μ•Ό ν•©λ‹ˆλ‹€. +- λ¨Όμ € μ†ŒμŠ€ μ½”λ“œλ₯Ό clone ν•˜μ—¬ μ€€λΉ„ ν•©λ‹ˆλ‹€. +- Open a command prompt, point it to a directory and clone DotRecast to it: `git clone https://github.com/ikpil/DotRecast.git` -1. λΉŒλ“œ ν•  λ•Œ, .NET 8 SDK 만 ν•„μš” ν•˜λ‹€ -2. `DotRecast.Recast.Demo` λ₯Ό λΉŒλ“œν•˜κ³  μ‹€ν–‰ν•˜λ©΄ 전체적인 λΉŒλ“œ 방법을 확인할 수 μžˆλ‹€ +### Building with Command Prompt +```shell +dotnet --version +dotnet build +``` + +### Building with an IDE +- Visual Studio 2022 & Visual Code & Rider +- IDE 둜 Open `\DotRecast.sln` 을 μ˜€ν”ˆ ν•œ λ’€, +- `DotRecast.Recast.Demo` λ₯Ό λΉŒλ“œ ## ▢️ Run ### Windows μ—μ„œ μ‹€ν–‰ν•  땐 @@ -17,6 +25,10 @@ - μΆ”κ°€ 쒅속성 관리 ν•  ν•„μš” 없이 `DotRecast.Recast.Demo` ν΄λ”λ‘œ 이동 ν•œ ν›„ λ‹·λ„· μ»€λ§¨λ“œλ‘œ `dotnet run` 을 μˆ˜ν–‰ν•˜λ©΄ λœλ‹€ - λΉ„μ₯¬μ–Ό μŠ€νŠœλ””μ˜€ 2022 μ—μ„œ λΉŒλ“œ ν•œλ‹€λ©΄, DotRecast.sln 을 μ—΄κ³ , DotRecast.Recast.Demo λ₯Ό μ„ νƒν•˜μ—¬ μ‹€ν–‰ν•˜λ©΄ λœλ‹€. - `DotRecast.Recast.Demo` ν΄λ”λ‘œ 이동 ν•œ ν›„ λ‹·λ„· μ»€λ§¨λ“œλ‘œ `dotnet run` 을 μˆ˜ν–‰ν•˜λ©΄ λœλ‹€ +- +```shell +dotnet run src/DotRecast.Recast.Demo --proejct +``` ## πŸ› οΈ Integration