Requirements
This describes all requirements that must be fullfilled before being able to make a release.
-
Needed Programms/Source:
- All SDL and SDL-devel packages
- GOBO-CVS
- EWG-CVS
- EiffelMedia-CVS
- "fakeroot"-package installed
-
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 are being copied to one of em_packagename in the ${EM}/release directory and all scripts are being copied to ${EM}/release/make
geant target: 'prepare_unx_em' or 'prepare_unx_gobo' or 'prepare_unx_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_unx_em' or 'clean_cvs_unx_gobo' or 'clean-cvs_unx_ewg', dir:${EM}/release3. The scripts are being run, which should produce the wanted packages in the ${EM}/release directory
geant target: 'build_unx', dir:${EM}/release