Setting Up the Development Environment¶
Once you have successfully established a session between a PCoIP Software Client and a PCoIP host, you can start developing your own PCoIP client. To begin, set up your client development environment, as discussed next.
To set up your client development environment:
Refer to the SDK package for the dependencies and libraries required to set-up the development environment. The CMake modules provided automatically detects the system libraries at CMake configuration time.
CMake support for third-parties
When the third-party libraries are installed on the system, the CMake modules will automatically find them. Please see Building the SDK for Linux section for instructions on building your applications using CMake.
- Install the .deb SDK installer. All nescessary files will be saved to the corresponding system directories.
- At this point, the SDK is installed on the system. For build instructions, see Building the SDK for Linux.