Overview
This yields a collection of scripts and template files for automating the release process for EiffelMedia.
- Windows: generation of a Windows Installer with the help of Inno-Setup
- Linux: generation of Debian packages with the help of basic debian packaging tools
- Mac OS X: generation of Mac Installer Packages
Structure
This basically describes the structure of the document. As the section descriptions are the same for all platforms they will be described here.
-
Making a release:
This section describes the requirements for making a release and the release process itself.
-
Making changes:
This section describes the steps which need to be done if there are serious changes to the project, e.g. if a new directory is added or a script needs to be run after the installation process.
-
Scripts:
This section describes the functionality of the scripts and gives examples of the basic usage and requirements which need to be fullfilled for running the scripts.
-
Templates:
This section describes the structure of the template files and their purpose.
Platforms
-
Windows
-
Debian Linux
-
Mac OS X