Client SDK for Linux 24.07 Developers' Guide
This release is in Beta. Beta software is not fully supported, and may be incomplete or unstable. It is not intended for use in production systems. We welcome your feedback on this release! Send feedback to anyware-beta-feedback@hp.com.

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.


Last updated: Tuesday, June 25, 2024