๐ชBuilding on Windows
Build the simulator on Windows!
Last updated
Build the simulator on Windows!
Last updated
In Windows systems, you have two ways to build the simulator: one if you use Visual Studio 2019 or later, and one if you prefer doing everything via the command-line. Make sure that your computer has the following dependencies:
Before being able to build Nitrocid KS, please make sure that you have at least Visual Studio 2019 version 16.8 or later that supports building projects for .NET 6.0. You can get Visual Studio here.
Once you have Visual Studio installed with at least the .NET 6.0 SDK and the .NET development workload, follow these steps:
Open Visual Studio and press Clone Repository
In the repository location field, write https://github.com/Aptivi/NitrocidKS.git
Press Clone
. The clone may need to take a few minutes depending on your Internet connection.
Press Solution Explorer
ยป Switch Views
Press Start
or press Build
ยป Build Solution
Navigate to the build output folder, KSBuild
, and start Nitrocid.exe
If you are a hardcore command-line user or if you prefer using the command-line, follow these steps to build Nitrocid KS right from the command line:
Open Git Bash
on your work directory
Execute git clone https://github.com/Aptivi/NitrocidKS.git
Navigate to the cloned repository, NitrocidKS
Execute dotnet restore
and dotnet build
After building is done, run dotnet run