2021-10-30 21:13:48 -04:00
2021-10-27 14:49:46 -04:00
2021-10-19 09:22:22 -04:00
2021-10-29 11:52:09 -04:00
2021-10-29 08:52:18 -04:00
2021-10-30 00:02:17 -04:00
2021-10-29 08:53:26 -04:00
2021-10-19 09:22:22 -04:00
2021-10-30 21:13:48 -04:00
2021-10-30 21:13:48 -04:00
2021-10-27 15:17:23 -04:00
2021-10-30 21:13:48 -04:00

Study Notes

1. Overview

The original README file is README.rst.

The directories and files:

  • Help: Help documentation
    • guide/tutorial: The tutorial.
  • Source: All the source files
    • cmakemain.cxx: The main function.

2. How to Build (with Documentation)

To build with CMake (see README.rst, section Building CMake with CMake):

  • Install sphinx.
  • mkdir build
  • cd build
  • cmake -DSPHINX_HTML=ON ..
  • cmake --build .
Description
Mirror of CMake upstream repository
Readme 129 MiB
Languages
C 43.1%
C++ 29.4%
CMake 24.6%
Roff 0.8%
Shell 0.5%
Other 1.2%