Building the application - tupini07/raylib-cpp-cmake-template GitHub Wiki
Here are instructions on how to build the project on different platforms. These instructions assume you already have configured your environment and IDE as specified in the Getting your environment ready section.
Raylib is very flexible in that it can be compiled to run on many different targets (supported platforms; see more here). You might be able to get this template to compile to any of the supported platforms but for sake of simplicity we'll focus only on building for desktop
and web
.