Requirements
This describes all requirements that must be fullfilled before being able to make a release.
-
Needed Programms/Source:
- Created .pkg-files of the SDL-Darwin ports
- GOBO-CVS
- EWG-CVS
- EiffelMedia-CVS
-
Environment variables that need to be setted:
- EM: Path to EiffelMedia directory
- GOBO: Path to Gobo directory
- EWG: Path to Ewg directory
- ISE_EIFFEL: Path to EiffelStudio
- ISE_C_COMPILER: should be 'gcc'
- GOBO_CC: should be the same as $ISE_C_COMPILER
- GOBO_EIFFEL: should be 'ise'
-
Path settings that need to be added:
- GOBO: Path to Gobo-bin directory
- EWG: Path to Ewg-bin directory
- EIFFELSTUDIO: Path to ${ISE_EIFFEL}/studio/spec/${PLATFORM}/bin
Release Process
This describes the steps which are being gone through when makeing a release.
1. All needed files and scripts are being copied to ${EM}/release/make directory
geant target: 'prepare_mac_em' or 'prepare_mac_gobo' or 'prepare_mac_ewg', dir:${EM}/release2. The directory containing all files for the package is being cleaned, e.g. all CVS directories are being removed
geant target: 'clean' and 'clean_cvs_mac', dir:${EM}/release3. The scripts are being run, which should produce the wanted packages in the ${EM}/release directory
geant target: 'build_mac_single' or 'build_mac_meta', dir:${EM}/release