Installing the CMake Dependency

Table 1 Dependencies

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.

  1. Double-click the software package. The page shown in Figure 1 is displayed. Click Next.
    Figure 1 CMake Setup
  2. Enter the End-User License Agreement window and click Next.
    Figure 2 End-User License Agreement
  3. Enter the Install Options window, select Add CMake to the system PATH for all users, and click Next.
    Figure 3 Install Options
  4. Enter the Destination Folder window, select a folder, and then click Next.
    Figure 4 Destination Folder
  5. Enter the Ready to install CMake window, click Install, and wait until the installation is complete.
    Figure 5 Ready to install CMake
  6. Enter the Completed the CMake Setup Wizard window, and click Finish to end the installation.
    Figure 6 Completed the CMake Setup Wizard