From c5ee4b08c1dd3cf069d33b91e93fdb94ae9aeca6 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 19 Jul 2004 20:20:24 +0000 Subject: [PATCH] More deltailed instructions. --- iocBoot/iocWithAsyn/README | 23 ++++++++++++++++++----- iocBoot/iocWithMPF/README | 23 ++++++++++++++++++----- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/iocBoot/iocWithAsyn/README b/iocBoot/iocWithAsyn/README index ff659fb6..85e7440a 100644 --- a/iocBoot/iocWithAsyn/README +++ b/iocBoot/iocWithAsyn/README @@ -1,16 +1,29 @@ -To build this Newport MM4000/5, "asyn" example on a Unix OS; +To build any examples; + +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must + be defined. - in /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 /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must - all be defined. +To build this Newport MM4000/5/6 example; + +- in /configure/RELEASE: IPAC and ASYN must all be defined. - in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. - in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +- in /motorExApp/WithMPF/Makefile: uncomment both, + #!WithMPF_LIBS += Newport + and, + #!WithMPFVx_LIBS += Newport + +- in both /motorExApp/WithMPF/WithMPFInclude.dbd, and in + /motorExApp/WithMPF/WithMPFVxInclude.dbd + uncomment, #include "devNewport.dbd" + Finally, cd ; gnumake clean uninstall; gnumake To run this Newport MM4000/5, "asyn" example on a Unix OS; diff --git a/iocBoot/iocWithMPF/README b/iocBoot/iocWithMPF/README index ff659fb6..85e7440a 100644 --- a/iocBoot/iocWithMPF/README +++ b/iocBoot/iocWithMPF/README @@ -1,16 +1,29 @@ -To build this Newport MM4000/5, "asyn" example on a Unix OS; +To build any examples; + +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must + be defined. - in /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 /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must - all be defined. +To build this Newport MM4000/5/6 example; + +- in /configure/RELEASE: IPAC and ASYN must all be defined. - in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. - in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +- in /motorExApp/WithMPF/Makefile: uncomment both, + #!WithMPF_LIBS += Newport + and, + #!WithMPFVx_LIBS += Newport + +- in both /motorExApp/WithMPF/WithMPFInclude.dbd, and in + /motorExApp/WithMPF/WithMPFVxInclude.dbd + uncomment, #include "devNewport.dbd" + Finally, cd ; gnumake clean uninstall; gnumake To run this Newport MM4000/5, "asyn" example on a Unix OS;