Installer creation¶
CPack can be used to create the installer after the build phase :
cd _build
cpack -GNSIS
RHEL .rpm (Experimental)¶
cd _build
cpack3 -G RPM .
rpm-build
must be installed for RPM creation :sudo yum install rpm-build
Linux .tar.gz¶
cd _build
cpack3 -G TGZ
Required system libraries¶
There are still some system libraries that must be installed if you want to use ANTARES:
sudo yum install epel-release
sudo yum install wxGTK3