Skip to content

Commit

Permalink
Merge pull request #101 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 ffcf839 + 360e611 commit cbc2705
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/tutorials/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@ do an initial podman setup::
See `../how-to/podman`


Update for August 2024
----------------------

- Centos is end of life so we have switched to using the centos rpm package 'vault' instead of mirrors.
- 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:

```bash
c7 -dv 2024.8.1
```

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 cbc2705

Please sign in to comment.