Client SDK for macOS 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.

PCoIP Core 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/pcoip_core_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/pcoip_core_example

Last updated: Thursday, July 17, 2025