cmake-gui.1.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. cmake-gui(1)
  2. ************
  3. Synopsis
  4. ========
  5. ::
  6. cmake-gui [options]
  7. cmake-gui [options] <path-to-source>
  8. cmake-gui [options] <path-to-existing-build>
  9. Description
  10. ===========
  11. The "cmake-gui" executable is the CMake GUI. Project configuration
  12. settings may be specified interactively. Brief instructions are
  13. provided at the bottom of the window when the program is running.
  14. CMake is a cross-platform build system generator. Projects specify
  15. their build process with platform-independent CMake listfiles included
  16. in each directory of a source tree with the name CMakeLists.txt.
  17. Users build a project by using CMake to generate a build system for a
  18. native tool on their platform.
  19. * ``--copyright [file]``: Print the CMake copyright and exit.
  20. If a file is specified, the copyright is written into it.
  21. * ``--help,-help,-usage,-h,-H,/?``: Print usage information and exit.
  22. Usage describes the basic command line interface and its options.
  23. * ``--help-full [file]``: Print full help and exit.
  24. Full help displays most of the documentation provided by the UNIX
  25. man page. It is provided for use on non-UNIX platforms, but is also
  26. convenient if the man page is not installed. If a file is
  27. specified, the help is written into it.
  28. * ``--help-html [file]``: Print full help in HTML format.
  29. This option is used by CMake authors to help produce web pages. If
  30. a file is specified, the help is written into it.
  31. * ``--help-man [file]``: Print full help as a UNIX man page and exit.
  32. This option is used by the cmake build to generate the UNIX man
  33. page. If a file is specified, the help is written into it.
  34. * ``--version,-version,/V [file]``: Show program name/version banner and exit.
  35. If a file is specified, the version is written into it.
  36. See Also
  37. ========
  38. .. include:: LINKS.txt