Skip to content

How-To Guides

This section contains how-to guides for using T'Pau C++ Kernal. It is intended to provide practical instructions for specific tasks and use cases. They are not necessarily meant to be followed step-by-step, but rather to show different ways of accomplishing common tasks.

To get started, refer to the Tutorials section. For a comprehensive reference of the public API, see the Reference section. The concepts and design decisions behind the API are explained in the Explanations section.

Using T'Pau C++ Kernal in a CMake Project

This guide shows how to use T'Pau C++ Kernal in a CMake project.

Using T'Pau C++ Kernal in a Project with pkg-config

This guide shows how to use T'Pau C++ Kernal in a project that uses pkg-config to find and link against libraries, using Makefiles as an example.