CopperSpice Overview
Quick Start (Building your Application)

For details about how to build your application using the CopperSpice libraries refer to our KitchenSink sample build files. The following steps outline the basic procedure for building a project. More information can be found by following the link next to each step.

  • Download and install the CopperSpice binary files   Download
  • Download the source for the KitchenSink sample application   Download
  • Ensure a supported version of both CMake and Ninja are installed
  • Ensure a supported compiler is installed

Commands using CMake and Ninja

These are the basic commands to configure, build, and deploy a C++ application using CMake and Ninja.

cmake -G "Ninja" .
ninja install