1
0

ccmake.1.rst 843 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. cmake-manual-description: CMake Curses Dialog Command-Line Reference
  2. ccmake(1)
  3. *********
  4. Synopsis
  5. ========
  6. ::
  7. ccmake <path-to-source>
  8. ccmake <path-to-existing-build>
  9. Description
  10. ===========
  11. The "ccmake" executable is the CMake curses interface. Project
  12. configuration settings may be specified interactively through this
  13. GUI. Brief instructions are provided at the bottom of the terminal
  14. when the program is running.
  15. CMake is a cross-platform build system generator. Projects specify
  16. their build process with platform-independent CMake listfiles included
  17. in each directory of a source tree with the name CMakeLists.txt.
  18. Users build a project by using CMake to generate a build system for a
  19. native tool on their platform.
  20. .. include:: OPTIONS_BUILD.txt
  21. .. include:: OPTIONS_HELP.txt
  22. See Also
  23. ========
  24. .. include:: LINKS.txt