CsPaint
1.0.2
|
You will need to install the following two libraries.
After you extract the SDL2 zip file you will need to create a file called sdl2-config.cmake
and place it in the root directory where SDL2 resides.
To build CsPaint and the Graphics Demo run the following command.
To install CsPaint run the following command in the cs_paint_build
directory.
/c/cs_paint_lib
may need to be entered as c:\cs_paint_lib
.The following command line will configure CMake for building CsPaint on MSVC. You will need to adjust the value for SDL2_DIR
depending on where you installed it. The exact version of the Vulkan SDK needs to match the one installed on your computer.
To build CsPaint and the Graphics Demo run the following command.
To install CsPaint run the following command in the cs_paint_build
directory.
If you would like to configure MSVC for multiple generators you can use the following commands. You will need to adjust the value for SDL2_DIR
depending on where you installed it. The exact version of the Vulkan SDK needs to match the one installed on your computer.