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.
- 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
. - Run the CMake configure and verify that it configures without any errors.
- Run
make
to build the application. - 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: Wednesday, October 30, 2024