Installing the CMake Dependency
Name |
Version |
Description |
How to Obtain |
|---|---|---|---|
CMake |
3.16.5-win64-x64 (recommended) |
CMake is an open-source cross-platform software tool for build automation of software by using a compiler-independent method. It supports directory hierarchies and applications that depend on multiple libraries. |
Download it from the CMake website. |
You can log in to the CMake official website to download CMake. Perform the following steps to install it. An example of the MSI package is provided.
- Double-click the software package. The page shown in Figure 1 is displayed. Click Next.
- Enter the End-User License Agreement window and click Next.Figure 2 End-User License Agreement

- Enter the Install Options window, select Add CMake to the system PATH for all users, and click Next.Figure 3 Install Options

- Enter the Destination Folder window, select a folder, and then click Next.Figure 4 Destination Folder

- Enter the Ready to install CMake window, click Install, and wait until the installation is complete.Figure 5 Ready to install CMake

- Enter the Completed the CMake Setup Wizard window, and click Finish to end the installation.Figure 6 Completed the CMake Setup Wizard

Parent topic: Dependency Installation
