Skip to content
Diego Giacomelli edited this page Jul 27, 2018 · 6 revisions

GeneticSharp

If you are just using the GeneticSharp library, you don't need any setup, just install the NuGet package.

.NET Core SDK

If you are using the .netstandard2.0 version, remember to install the latest .NET Core SDK from https://www.microsoft.com/net/download/

GTK# App

If you download the whole repository and you want to use the sample app GeneticSharp.Runner.GtkApp, you need to install the latest Mono version on your machine: http://www.mono-project.com/download/stable/

Building the whole solution

Just open the GeneticSharp.sln solution on Visual Studio for your platform:

  • Mac: Visual Studio for Mac
  • Windows: Visual Studio 2017

They can be downloaded from https://www.visualstudio.com/downloads/.

Clone this wiki locally