cmake-examples/06-installer
2018-04-15 03:16:14 -04:00
..
deb Update to minimum CMake 3.5 2018-03-18 17:23:57 +00:00
README.adoc Fix typo. teh -> the 2018-04-15 03:16:14 -04:00

= Installers

:toc:
:toc-placement!:

toc::[]

[[intro]]
Introduction
------------

CMake has the ability to create installers for multiple platforms using a program
called link:https://cmake.org/Wiki/CMake:CPackPackageGenerators[CPack].
CPack includes the ability to create Linux RPM, deb and gzip distributions
 of both binaries and source code. It also includes the ability to create NSIS files for Microsoft Windows.