CsPaint  1.0.1
Building on Linux

Install the following packages for your platform.

  • SDL2
  • Vulkan

Building

To configure CMake for building CsPaint use the following command.

cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/c/cs_paint_lib /c/cs_paint

To build and install the CsPaint library and the Graphics Demo run the following command.

ninja install