Skip to content

Building the Source Code

Abdella Solomon edited this page Jan 4, 2022 · 2 revisions

Building the source code

To build the source code on any platform, you need .net 6.0 SDK and .net 6.0 runtime installed. Follow the below process based on your operating system.

Prerequisites

Building

For building the source code in any platform, you just need to type the below commands
First

[ Go into the CutCode.CrossPlatform directory ]

Second

dotnet build

Then

dotnet run
Clone this wiki locally