Build the simulator on macOS!
In macOS 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.
.NET 10.0 SDKarrow-up-right
Git for macOSarrow-up-right
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:
Open your terminal emulator (preferrably iTerm2) on your work directory
Execute git clone https://github.com/Aptivi/Nitrocid.git
git clone https://github.com/Aptivi/Nitrocid.git
Navigate to the cloned repository, Nitrocid, then execute dotnet restore and dotnet build
Nitrocid
dotnet restore
dotnet build
After building is done, run dotnet run
dotnet run
Last updated 7 days ago