forked from epics_driver_modules/motorBase
More deltailed instructions.
This commit is contained in:
@@ -1,16 +1,29 @@
|
||||
To build this Newport MM4000/5, "asyn" example on a Unix OS;
|
||||
To build any examples;
|
||||
|
||||
- in <motor>/configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must
|
||||
be defined.
|
||||
|
||||
- in <motor>/Makefile: the following two lines must be uncommented;
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
||||
|
||||
- in <motor>/configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must
|
||||
all be defined.
|
||||
To build this Newport MM4000/5/6 example;
|
||||
|
||||
- in <motor>/configure/RELEASE: IPAC and ASYN must all be defined.
|
||||
|
||||
- in <motor>/motorApp/Makefile: #DIRS += NewportSrc must be uncommented.
|
||||
|
||||
- in <motor>/motorExApp/Makefile: #DIRS += WithMPF must be uncommented.
|
||||
|
||||
- in <motor>/motorExApp/WithMPF/Makefile: uncomment both,
|
||||
#!WithMPF_LIBS += Newport
|
||||
and,
|
||||
#!WithMPFVx_LIBS += Newport
|
||||
|
||||
- in both <motor>/motorExApp/WithMPF/WithMPFInclude.dbd, and in
|
||||
<motor>/motorExApp/WithMPF/WithMPFVxInclude.dbd
|
||||
uncomment, #include "devNewport.dbd"
|
||||
|
||||
Finally, cd <motor>; gnumake clean uninstall; gnumake
|
||||
|
||||
To run this Newport MM4000/5, "asyn" example on a Unix OS;
|
||||
|
||||
@@ -1,16 +1,29 @@
|
||||
To build this Newport MM4000/5, "asyn" example on a Unix OS;
|
||||
To build any examples;
|
||||
|
||||
- in <motor>/configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must
|
||||
be defined.
|
||||
|
||||
- in <motor>/Makefile: the following two lines must be uncommented;
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
||||
#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
||||
|
||||
- in <motor>/configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must
|
||||
all be defined.
|
||||
To build this Newport MM4000/5/6 example;
|
||||
|
||||
- in <motor>/configure/RELEASE: IPAC and ASYN must all be defined.
|
||||
|
||||
- in <motor>/motorApp/Makefile: #DIRS += NewportSrc must be uncommented.
|
||||
|
||||
- in <motor>/motorExApp/Makefile: #DIRS += WithMPF must be uncommented.
|
||||
|
||||
- in <motor>/motorExApp/WithMPF/Makefile: uncomment both,
|
||||
#!WithMPF_LIBS += Newport
|
||||
and,
|
||||
#!WithMPFVx_LIBS += Newport
|
||||
|
||||
- in both <motor>/motorExApp/WithMPF/WithMPFInclude.dbd, and in
|
||||
<motor>/motorExApp/WithMPF/WithMPFVxInclude.dbd
|
||||
uncomment, #include "devNewport.dbd"
|
||||
|
||||
Finally, cd <motor>; gnumake clean uninstall; gnumake
|
||||
|
||||
To run this Newport MM4000/5, "asyn" example on a Unix OS;
|
||||
|
||||
Reference in New Issue
Block a user