Skip to content

Commit

Permalink
Merge pull request #102 from dls-controls/update-docs
Browse files Browse the repository at this point in the history
update docs with info on 2024.8.1 changes
  • Loading branch information
gilesknap authored Aug 19, 2024
2 parents cbc2705 + 56c03db commit 88ae627
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/tutorials/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ Update for August 2024
- missing dependencies for building EPICS 7 have been added (libusb 1.0 and libnet)
- due to dependency clashes we had to remove GUI apps such as firefox

To run the latest dev c7 with libusb 1.0 and NO GUI apps:
To run the latest dev c7 with libusb 1.0 and NO GUI apps::

```bash
c7 -dv 2024.8.1
```
c7 -dv 2024.8.1

To run a version with older libusb and original set of GUI apps:

```
c7 -dv 2024.8.1gui
```
To run a version with older libusb and original set of GUI apps::

c7 -dv 2024.8.1gui


Startup Script "c7"
Expand Down

0 comments on commit 88ae627

Please sign in to comment.