gitlabEdit

linuxBuilding on Linux

Build the simulator on Linux!

In Linux systems, you can comfortably build Nitrocid using the command line, since it's the most lightweight solution. However, you must have the prerequisites before being able to build Nitrocid.


Using the command-line

If you are a hardcore command-line user or if you prefer using the command-line, follow these steps to build Nitrocid right from the command line:

1

Open your terminal emulator

Open your terminal emulator on your work directory

2

Clone the repository

Execute git clone https://github.com/Aptivi/Nitrocid.git

3

Build the repository

Navigate to the cloned repository, Nitrocid, then execute make dbg for debug builds and make for release builds, or dotnet restore and dotnet build

4

Run the project

After building is done, run dotnet run

circle-info

We recommend that you use make to build Nitrocid, since it automatically checks for .NET installation and prepares the environment

Last updated