giacomelli / GeneticSharp

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
MIT License
1.26k stars 330 forks source link

Fix GTK# installation #104

Closed giacomelli closed 1 year ago

giacomelli commented 1 year ago

GTK# installation was done using the choco install gtksharp, but that Chocolatey package is pointing to .msi URL that does not exist anymore.

I've changed to directly download and install the GTK#.

Fix #103.