diff --git a/iocBoot/iocSim/README b/iocBoot/iocSim/README index d7e12e29..f7ddad1a 100644 --- a/iocBoot/iocSim/README +++ b/iocBoot/iocSim/README @@ -2,25 +2,15 @@ To build any examples; - in /configure/RELEASE: EPICS_BASE and MOTOR must be defined. -- in /Makefile: the following two lines must be uncommented; - #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) - #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) +- in /Makefile: the following three lines must be uncommented; + #!DIRS += motorExApp iocBoot + #!motorExApp_DEPEND_DIRS = motorApp + #!iocBoot_DEPEND_DIRS = motorExApp To build this simulation example; - in /configure/RELEASE: ASYN must be defined. -- in /motorExApp/Makefile: #DIRS += WithAsyn must be uncommented. - -- in /motorExApp/WithAsyn/Makefile: uncomment both, - #!WithAsyn_LIBS += motorSimSupport - and, - #!WithAsynVx_LIBS += motorSimSupport - -- in both /motorExApp/WithAsyn/WithAsynInclude.dbd, and in - /motorExApp/WithAsyn/WithAsynVxInclude.dbd - uncomment, #include "motorSimSupport.dbd" - - in /iocBoot/iocSim/Makefile set the target architecture Finally, cd ; gnumake clean uninstall; gnumake