Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 492 Bytes

BUILD.md

File metadata and controls

19 lines (10 loc) · 492 Bytes

Building CP77Tools

Windows

Requirements

  • Ensure that the .NET 5.0 SDK is installed.

Use dotnet --list-sdks to check if it is already installed, if not, you can get it from here: https://dotnet.microsoft.com/download/dotnet/5.0

  • Clone or Download the contents of the repo

  • Open PowerShell within the root folder (where CP77Tools.sln is) and run dotnet build --configuration Release

  • The compiled project can be found at CP77Tools\bin\Release\net5.0\

Linux

???