Skip to content

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 minimal_client to understand the build steps using the cmake tool. It is located at /usr/lib/x86_64-linux-gnu/pcoip-client/examples/minimal_client/CMakeLists.txt.
  2. Run the CMake configure and verify 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.