C++ Compilation
This page describes in details the process to follow in order to set-up your system to compile C++ code. This process allows to compile scenes based on the CGP library.
General Notes:
- - Setting up correctly your personal computer is necessary for developing with high efficiency real-time graphics. Using remote development (like ssh -X) that could be possible for non real-time applications is not an option.
- - If you use a laptop with a discrete graphics card (AMD or NVIDIA), keep your computer plugged when executing your program for full performance. You system may automatically switch to the low-battery usage in disabling the use of your GPU when unplugged (or may require specific change in your GPU graphics settings).