CsPaint
1.0.2
|
You will need to install the following two libraries.
After you extract the SDL2 zip file you will need to modify on of their distributed files called sdl2-config.cmake
. Lines 1, 4, and 5 should be adjusted as shown.
The following bash script will configure CMake for building CsPaint using MinGW. You will need to adjust the value for SDL2_DIR
depending on where you installed it. The exact version of the Vulkan SDK export needs to match the one installed on your computer.
To build CsPaint and the Graphics Demo run the following command from a bash prompt.