Client SDK for Linux Developers' Guide

Building the SDK for Linux

This section includes instructions for building a custom client application by utilizing the SDK.

  1. As a reference, follow the CMakeLists.txt of the broker_client_example to understand the build steps using the Cmake tool, which is located at /usr/lib/x86_64-linux-gnu/pcoip-client/examples/broker_client_example/CMakeLists.txt.
  2. Run the CMake configure and verify that it configures without any errors.
  3. Run make to build the application.
  4. The find_package() command of CMake automatically finds the libraries installed by the SDK.

Updating SDK Components

Updating the SDK to a new version can be done by installing a new version of the SDK. There is no special upgrade path.