Skip to content
Snippets Groups Projects
Commit 6f96fcba authored by kpetersn's avatar kpetersn
Browse files

Added missing instructions

parent c603695a
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ $ export EPICS_HOST_ARCH=linux-x86_64 ...@@ -29,6 +29,7 @@ $ export EPICS_HOST_ARCH=linux-x86_64
#### 1.2.1 Clone EPICS base #### 1.2.1 Clone EPICS base
``` ```
$ mkdir -p ${EPICS_DIR}
$ cd ${EPICS_DIR} $ cd ${EPICS_DIR}
$ git clone -b R7.0.7 https://github.com/epics-base/epics-base.git base-7.0.7 $ git clone -b R7.0.7 https://github.com/epics-base/epics-base.git base-7.0.7
``` ```
...@@ -48,7 +49,10 @@ Deploying only a subset of synApps reduces the number of build errors encountere ...@@ -48,7 +49,10 @@ Deploying only a subset of synApps reduces the number of build errors encountere
``` ```
$ cd ${EPICS_DIR} $ cd ${EPICS_DIR}
$ curl -O https://raw.githubusercontent.com/EPICS-synApps/support/master/assemble_synApps.sh
$ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/external/scripts/training-synApps-config.txt $ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/external/scripts/training-synApps-config.txt
$ chmod a+x assemble_synApps.sh
$ ./assemble_synApps.sh full training-synApps-config.txt
``` ```
#### 1.3.2 Build synApps #### 1.3.2 Build synApps
......
...@@ -28,7 +28,7 @@ $ chmod a+x quickstart.sh ...@@ -28,7 +28,7 @@ $ chmod a+x quickstart.sh
$ ./quickstart.sh $ ./quickstart.sh
``` ```
Then copy and paste the output from the script into the terminal and proceed to the "Deploy a new IOC" section. Then copy and paste the output from the script into the terminal and proceed to [step 1.2](1-Setup.md#12-deploy-epics-base).
## FAQ ## FAQ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment