mirror of
https://github.com/yaobinwen/CMake.git
synced 2026-01-12 15:45:49 +00:00
master
…
…
Study Notes
1. Overview
The original README file is README.rst.
The directories and files:
Help: Help documentationguide/tutorial: The tutorial.
Source: All the source filescmakemain.cxx: Themainfunction.
2. How to Build (with Documentation)
To build with CMake (see README.rst, section Building CMake with CMake):
- Install
sphinx. mkdir buildcd buildcmake -DSPHINX_HTML=ON ..cmake --build .
Description
Languages
C
43.1%
C++
29.4%
CMake
24.6%
Roff
0.8%
Shell
0.5%
Other
1.2%