-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Minimal CMake
By :
To ensure a consistent experience throughout the book, Visual Studio Code will be used along with the native terminal to walk through code examples, be that on Windows, macOS, or Linux. The following section outlines how to get set up with Visual Studio Code and configure your development environment. If you would prefer to use a different editor, that’s fine. All that is needed to follow along is a C/C++ compiler and CMake. Visual Studio Code is simply used as a cross-platform editor (it also comes with some excellent CMake support that is covered in Chapter 11, Supporting Tools and Next Steps).
To install Visual Studio Code, go to https://code.visualstudio.com/Download. There are links for Windows, Linux, and macOS there. Follow the installation instructions for your platform of choice. On Windows, choose User Installer and follow the setup instructions.
On Linux, either download the .deb package and use the Software Install application...