Support Module
4 Setup Modules und RELEASE.local
4.1
epics@workstation:~/EPICS$ mkdir support
epics@workstation:~/EPICS$ cd support
epics@workstation:~/EPICS/support$ nano RELEASE.local
epics@workstation:~/EPICS$ cd support
epics@workstation:~/EPICS/support$ nano RELEASE.local
Folgendes einfügen
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
SUPPORT=${HOME}/EPICS/support
ASYN=$(SUPPORT)/asyn
AUTOSAVE=$(SUPPORT)/autosave
BUSY=$(SUPPORT)/busy
SSCAN=$(SUPPORT)/sscan
SNCSEQ=$(SUPPORT)/seq-2.2.5
4.2
Wenn das Modul noch nicht in einer neuen Form verfügbar ist, fügen Sie bitte folgendes in die RELEASE-Datei ein.
# 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
# without having to modify this file directly.
-include $(TOP)/../RELEASE.local
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(TOP)/configure/RELEASE.local
Die Reihenfolge, in der die Module installiert werden, ist wichtig, hier ist ein Beispiel, wie es aussehen könnte.
Page last modified on April 30, 2021, at 10:42 AM
Powered by
PmWiki