Skip to content

Compiling SkEditor

Notro edited this page Apr 17, 2024 · 1 revision

Compiling SkEditor is really easy!

  1. Be sure to have the .NET SDK installed.

  2. Download Git.

  3. Clone the repository. For example, to clone the dev branch, use the command: git clone -b dev/dev https://github.com/SkEditorTeam/SkEditor.git

  4. Navigate to the cloned folder and enter the SkEditor directory: cd SkEditor/SkEditor

  5. Run the dotnet publish command. You can find more information about the available command options here.

  6. You're done! The published files should be located in a folder like bin\Release\net8.0\win-x64\publish.

Clone this wiki locally