FractalSharp (the C# version) has only been tested on Windows, and there are only Windows builds of FractalPlusPlus although a script is available to build it on other operating systems.
You will need to have MPI installed to generate Mandelbrot images:
- On Windows, you can install Microsoft MPI.
- On Linux and macOS, you can install Open MPI.
To run FractalSharp or FractalSharpMPI on Linux or macOS, execute the command dotnet <filename.dll>
.