-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Minimal CMake
By :

To follow the examples provided in each chapter and retrieve the accompanying source code for this book (available from the book’s website https://github.com/PacktPublishing/Minimal-CMake), it is recommended to have Git installed on your system.
The easiest way to do this is to go to https://git-scm.com/downloads and download Git for your chosen platform if you do not already have it installed.
On macOS, Git is installed as part of the Xcode installation we walked through in Installing CMake on macOS. On Windows, download the 64-bit installer and run the installation. On Linux (Ubuntu), run sudo apt-get install git
from the terminal.
Type git
from the command line to verify that the tool is available.