Mineraker is derived from the Minesweeper game, but only a pre-alpha like version is available, at this time.
First make sure you have C++17 compatible compiler. If you already have CMake and SDL2 installed, you can skip to building.
Run following commands to install CMake and required development libraries on Debian based systems.
sudo apt update
sudo apt install cmake libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
Build in-place using following commands from the project directory.
cmake .
make