diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2021-11-27 18:02:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-30 17:32:12 (GMT) |
commit | 39c410624af2257a57f94578ee7abb08f330a8ad (patch) | |
tree | 709dd3c3a46203ce7f965e4b4bd310ff044cb236 /Help/guide/tutorial | |
parent | 44c527bc63b2831321bba7ea1a1234b608275cc8 (diff) | |
download | CMake-39c410624af2257a57f94578ee7abb08f330a8ad.zip CMake-39c410624af2257a57f94578ee7abb08f330a8ad.tar.gz CMake-39c410624af2257a57f94578ee7abb08f330a8ad.tar.bz2 |
Tutorial: in step 7, disambiguate installed/source archive
Diffstat (limited to 'Help/guide/tutorial')
-rw-r--r-- | Help/guide/tutorial/Packaging an Installer.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst index 9ea458b..55e74e0 100644 --- a/Help/guide/tutorial/Packaging an Installer.rst +++ b/Help/guide/tutorial/Packaging an Installer.rst @@ -45,7 +45,11 @@ To specify the generator, use the ``-G`` option. For multi-config builds, use cpack -G ZIP -C Debug -To create a source distribution you would type: +For a list of available generators, see :manual:`cpack-generators(7)` or call +``cpack --help``. An :cpack_gen:`archive generator <CPack Archive Generator>` +like ZIP creates a compressed archive of all *installed* files. + +To create an archive of the *full* source tree you would type: .. code-block:: console |