Skip to content

Building the Project

Dave Walker edited this page Feb 5, 2020 · 1 revision

Project Structure

Project Name Type Targets Comments
LangtonsAnt.Core Class Library .NET Standard 2.1 Entities and simulator logic
LangtonsAnt.Core.Runner Console .NET Core 3.1 Example application for running the simulator

Prerequisites

You will need .NET Core 3.1 installed to build and run the application. Instructions for downloading and installing are on the .NET website:

https://dotnet.microsoft.com/download

This documentation demonstrates use of the .NET command line, rather than an IDE, for building, testing and running the API and test applications.

Building the Projects

To build the application, open a terminal window, change to the "src" folder of your working copy and run the following:

dotnet build LangtonsAnt.Core.sln
Clone this wiki locally