Support Modules

4 Setup Modules and RELEASE.local
4.1

epics@workstation:~/EPICS$ mkdir support
epics@workstation:~/EPICS$ cd support
epics@workstation:~/EPICS/support$ nano RELEASE.local

Add the Following

EPICS_BASE=${HOME}/EPICS/epics-base
SUPPORT=${HOME}/EPICS/support
ASYN=$(SUPPORT)/asyn
AUTOSAVE=$(SUPPORT)/autosave
BUSY=$(SUPPORT)/busy
SSCAN=$(SUPPORT)/sscan
SNCSEQ=$(SUPPORT)/seq-2.2.5
save it.

4.2
If the module is not yet available in a new form, please add the following to the RELEASE file.

# These lines allow developers to override these RELEASE settings
# without having to modify this file directly.
-include $(TOP)/../RELEASE.local
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(TOP)/configure/RELEASE.local

The order in which the modules are installed is important, here is an example of how it might look.

Page last modified on April 30, 2021, at 10:42 AM
Powered by PmWiki