Skip to content

Commit

Permalink
update README.md, and add bundle libevent to build_epics script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 19, 2024
1 parent d862147 commit d936236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ Note that due to `pvxs`, one needs to run `make symlinks` mandatory. It allows u

```bash
make init
make conf
make patch
make patch.pvxs.apply
make conf
make build
make install
make symlinks
make exist
source ${HOME}/epics/debian/10/7.0.4.1/setEpicsEnv.bash
source ${HOME}/epics/1.1.0/debian-12/7.0.7/setEpicsEnv.bash
softIoc
```

Expand Down
1 change: 1 addition & 0 deletions scripts/build_epics.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ echo "INSTALL_LOCATION:=${INSTALL_LOCATION}" > configure/CONFIG_SITE.local
make -s init || exit
make -s conf || exit
make -s patch || exit
make patch.pvxs.apply || exit
epics_path=$(make -s print-INSTALL_LOCATION_EPICS)
base_path=$(make -s print-INSTALL_LOCATION_BASE)
modules_path=$(make -s print-INSTALL_LOCATION_MODS)
Expand Down

0 comments on commit d936236

Please sign in to comment.