Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 960 Bytes

File metadata and controls

43 lines (28 loc) · 960 Bytes

ビルド手順

必須

Build

コアの取得

  • Windows の場合: scripts/Pull.bat を実行します。

  • Mac/Linux の場合: scripts/Pull.sh を実行します。

コアをビルド

次のスクリプトを実行します。

  • Windows の場合: scripts/BuildCore.bat
  • Mac/Linux の場合: scripts/BuildCore_Mac.sh

バインディングを生成

スクリプト scripts/generate_bindings.py を実行します。

エンジンをビルド

Visual Studio

Alseed2.sln を開き Engine をビルドします。

CLI

Debug

dotnet build Altseed2.sln

Release

dotnet build Altseed2.sln -c Release

detail: dotnet build - Microsoft Docs