Windows under CMake installation uses

Source: Internet
Author: User
Tags windows visual

1 CMake

CMake is a cross-platform installation (compilation) tool that can be used to describe the installation of all platforms (the compilation process) with simple statements. He is able to output a variety of Makefile or project files that can test the C + + features supported by the compiler, similar to the Automake under UNIX. Only the CMake configuration file is named CmakeLists.txt. Cmake does not directly construct the final software, but rather produces standard constructs such as Unix's Makefile or Windows Visual C + + projects/workspaces, which are then used in a general constructive fashion. This makes it possible for developers familiar with an integrated development environment (IDE) to build their software in a standard way, and the ability to use the native building systems of each platform is the difference between CMake and scons and other similar systems.

2 Installation path

https://cmake.org/download/

Package Name

Cmake-3.5.1-win32-x86.msi

Double-click Install.

EXECUTE as follows:

CMake

Usage

CMake [Options] <path-to-source>

CMake [Options] <path-to-existing-build>

Specify a source directory to (re-) Generatea build system for it in the

Current working directory. Specify an existing build directory to

Re-generate its build system.

Run ' CMake--help ' for more information.

Transferred from: http://blog.csdn.net/notbaron/article/details/51100545

Windows under CMake installation uses

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.