CopperSpice Overview
User Application Deployment

In order to deploy an application compiled with CopperSpice you will need to determine which libraries and plugins your application requires at run time. The exact files which are distributed with your application may also depend on the platform the application is deployed to.

Tutorials

A generic working example of a CMake file for user application is explained in an article on our CopperSpice Journal. The build file shows how to link your application with th CopperSpice libraries.    Build File

This tutorial explains the required files and the process used to compile and link a C++ application which uses the CopperSpice libraries. Information is provided for every supported operating system and platform.    Compile and Link

Other Links

For information about application deployment refer to the following documentation.