EPICS Installation @ GSI: global Environment Variables During Setup
During installation those environment variables are used to define a common setup environment
-
%EPICS_ALL_EPICS_TOP_DIR_NAME%
- top directory which holds different EPICS versions and whose bin directory is included in
$PATH
(e.g. ~epics
, /usr/local/pub
)
-
%EPICS_DOWNLOAD_DIR_NAME%
- directory where you store your downloads
-
%EPICS_HOME_DIR_NAME%
- directory where your current installation should be (installed)
-
%EPICS_VERSION_NAME%
- version to be installed
therefore do the export here:
%COMMENT_CMD% Global installation settings
%FOREACH{"env" in="EPICS_ALL_EPICS_TOP_DIR, EPICS_HOME_DIR, EPICS_DOWNLOAD_DIR, EPICS_VERSION"}%
echo -n '%$env_DUMMY%: ' && read %$env_NAME% && export %$env_NAME%%NEXT{"env"}%
(edit
EpicsInstallationAtGsiEnvironmentVariablesDuringSetupCode)
--
PeterZumbruch - 22 Apr 2014