Skip to content

Automatic update

Handle Linux / Max package creation

This part shows how to create archive (.sh, .tar.gz and .tar.Z) and packages (.deb, .rpm and .dmg) of binaries programs and libraries of our project.

To make relevant package, you need to activate -DPACKAGE_MODE=yes in your cmake command:

cmake .. -DCMAKE_MODULE_PATH=PhoenixCMake/Prefix/share/cmake -DPACKAGE_MODE=yes

This will speed up compilation by disabling install (see part "InstalltionProgram"), uninstall (see part "AutoUninstall"), update (see part "AutomaticUpdate") and unit tests.