Epics@GSI Webhome

Tools Module Installation Compact Section Code

%EXPORT_CMD% MYEPICS_VERSION=${MYEPICS_VERSION:-%EPICS_VERSION%} &&
  %EPICSLOGIN_CMD% &&

[ -z "%EPICSDOWNLOADDIR%" ] && %EXPORT_CMD% %EPICSDOWNLOADDIR%=%EPICSDOWNLOADDIRDUMMY% &&

%MKDIR_CMD% %$module_DOWNLOADPATH% &&
%CD_CMD% %$module_DOWNLOADPATH% &&
  %WGET_CMD% %$module_DIRECTDOWNLOADADRESS%/%$module_TARFILENAME%
&&
%MKDIR_CMD% %$module_SRCDIR% &&
%CD_CMD% %$module_SRCDIR% &&
  %UNTAR_CMD% %$module_DOWNLOADPATH%/%$module_TARFILENAME%
&&

%CD_CMD% %$module_TOPLEVELDIR% &&

-- PeterZumbruch - 2020-08-11
Topic revision: r6 - 2020-08-11, PeterZumbruch
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)