Client SDK for Linux Developers' Guide

PCoIP Session Example

The steps below are meant as a quick start guide for developers.

The online SDK user guide has detailed information on this example. A description of the PCoIP Core Library is also available in the administrator's guide.

Building the example

  1. Install the SDK by opening the .dmg and dragging the PCoIPSoftClientSDK folder to your Documents folder (or other location).
  2. Navigate to the example directory
    cd ~/Documents/PCoIPSoftClientSDK/Examples/session_example
  1. Create a build directory and navigate there
    mkdir build && cd build
  1. Configure the build using cmake.
    cmake -G Xcode ..
  1. Build the example
    cmake --build . --config RelWithDebInfo
  1. Run the example
    ./RelWithDebInfo/session_example

Last updated: Monday, July 7, 2025