ccmake.1.rst 998 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. cmake-manual-description: CMake Curses Dialog Command-Line Reference
  2. ccmake(1)
  3. *********
  4. Synopsis
  5. ========
  6. .. parsed-literal::
  7. ccmake [<options>] -B <path-to-build> [-S <path-to-source>]
  8. ccmake [<options>] <path-to-source | path-to-existing-build>
  9. Description
  10. ===========
  11. The :program:`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. Options
  21. =======
  22. .. program:: ccmake
  23. .. include:: include/OPTIONS_BUILD.rst
  24. .. include:: include/OPTIONS_HELP.rst
  25. See Also
  26. ========
  27. .. include:: include/LINKS.rst