Files
cmake-examples/06-installer/README.adoc
2015-12-14 22:34:24 +00:00

16 lines
421 B
Plaintext

= 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 teh ability to create NSIS files for Microsoft Windows.