Building the SDK for Linux¶
This section includes instructions for building a custom client application by utilizing the SDK.
- 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
. - Run the CMake configure and verify it configures without any errors.
- Run
make
to build the application. - The
find_package()
command of CMake automatically finds the libraries installed by the SDK.