From 49beb6f8996c2c0c287f5db67452364027167239 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 5 Jun 2003 17:38:30 +0000 Subject: [PATCH] Document running examples. --- iocBoot/iocNoAsyn/README | 7 +++++++ iocBoot/iocNoMPF/README | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 iocBoot/iocNoAsyn/README create mode 100644 iocBoot/iocNoMPF/README diff --git a/iocBoot/iocNoAsyn/README b/iocBoot/iocNoAsyn/README new file mode 100644 index 00000000..bb7aa9f4 --- /dev/null +++ b/iocBoot/iocNoAsyn/README @@ -0,0 +1,7 @@ +To start the ioc from this directory, execute the following command. +This command assumes that your EPICS_HOST_ARCH environment variable +is set correctly. + +../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.unix + +../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.mx diff --git a/iocBoot/iocNoMPF/README b/iocBoot/iocNoMPF/README new file mode 100644 index 00000000..bb7aa9f4 --- /dev/null +++ b/iocBoot/iocNoMPF/README @@ -0,0 +1,7 @@ +To start the ioc from this directory, execute the following command. +This command assumes that your EPICS_HOST_ARCH environment variable +is set correctly. + +../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.unix + +../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.mx