CMake:CPackPackageGenerators: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: =CPack Package Generators= Currently CPack features the following package generators: ==TGZ== Tar GZip compressed packages. ==STGZ== Self extracting Tar GZip compressed packages (need...)
 
(Replace content with link to new CMake community wiki)
 
(141 intermediate revisions by 22 users not shown)
Line 1: Line 1:
=CPack Package Generators=
{{CMake/Template/Moved}}


Currently CPack features the following package generators:
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/PackageGenerators here].
 
==TGZ==
 
Tar GZip compressed packages.
 
==STGZ==
 
Self extracting Tar GZip compressed packages (needs /bin/sh, tar, gunzip and tail for extracting).
 
==NSIS==
 
Nullsoft Installer. Requires NSIS for creating the package.
 
==ZIP==
 
ZIP compressed packages. Requires zip, WinZip or 7Zip for creating the package.
 
==TBZ2==
 
Tar BZip2 compressed packages. Requires bzip2 for creating the package.
 
==TZ==
 
Tar UNIX compress compressed packages.
 
==PackageMaker (OSX only)==
 
Mac OSX Package Maker packages. Requires Package Maker for creating the package.
 
==OSXX11 (OSX only)==
 
Mac OSX X11 Bundle. Requires hdiutil for creating the package.
 
==CygwinBinary (Cygwin only)==
 
Tar Bzip2 compressed Cygwin package.  Requires bzip2 for creating the package.
 
==CygwinSource (Cygwin only)==
 
Tar Bzip2 compressed Cygwin source package.  Requires bzip2 for creating the package.
 
==DEB (UNIX only)==
 
Debian packages. Requires only ar for creating the package. In CMake cvs since July 2007, will be in 2.6.0. With CPack 2.4.x you can use the approach described in [[CMakeUserUseDebian]] .
 
==RPM==
 
RPM packages are currently not supported, but you should look at the [[CMakeUserUseRPMTools|RPM]] module.
 
For an enhanced version of these modules, take a look at this discussion http://www.cmake.org/pipermail/cmake/2007-July/014945.html .

Latest revision as of 15:40, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.