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
- Install the SDK by opening the .dmg and dragging the PCoIPSoftClientSDK folder to your Documents folder (or other location).
- Navigate to the example directory
cd ~/Documents/PCoIPSoftClientSDK/Examples/session_example
- Create a build directory and navigate there
mkdir build && cd build
- Configure the build using cmake.
cmake -G Xcode ..
- Build the example
cmake --build . --config RelWithDebInfo
- Run the example
./RelWithDebInfo/session_example
Last updated: Monday, July 7, 2025