SDL2, OpenGL
SDL2, GTK-3
Open a Visual Studio Developer Command Prompt 2019
mkdir build\windows
cd build\windows
cmake -GNinja ../..
ninja
Oricutron.exe
Open a terminal (on Windows you can use WSL + e.g. Ubuntu)
mkdir build/linux
cd build/linux
cmake -GNinja ../..
ninja
./oricutron
Before starting Oricutron you must copy the roms and images directories and the configuration file
to the build/windows
and/or build/linux
directory.
On Windows with WSL you need VcXsrv X server for Windows to see the output.