Build guide

Building on Windows

First, install the required GTK-related dependencies: - Install MinGW64 via MSYS2 - From the MinGW64 terminal, run pacman -S mingw-w64-x86_64-libadwaita mingw-w64-x86_64-webp-pixbuf-loader

Pinta can then be built by opening Pinta.sln in Visual Studio. Ensure that .NET 8 is installed via the Visual Studio installer.

For building on the command line: - Install the .NET 8 SDK. - Build: - dotnet build - Run: - dotnet run --project Pinta

Building on macOS

Building on Linux