Skip to content

Commit cbc2705

Browse files
authored
Merge pull request #101 from dls-controls/update-docs
update docs with info on 2024.8.1 changes
2 parents ffcf839 + 360e611 commit cbc2705

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/tutorials/start.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ do an initial podman setup::
1717
See `../how-to/podman`
1818

1919

20+
Update for August 2024
21+
----------------------
22+
23+
- Centos is end of life so we have switched to using the centos rpm package 'vault' instead of mirrors.
24+
- missing dependencies for building EPICS 7 have been added (libusb 1.0 and libnet)
25+
- due to dependency clashes we had to remove GUI apps such as firefox
26+
27+
To run the latest dev c7 with libusb 1.0 and NO GUI apps:
28+
29+
```bash
30+
c7 -dv 2024.8.1
31+
```
32+
33+
To run a version with older libusb and original set of GUI apps:
34+
35+
```
36+
c7 -dv 2024.8.1gui
37+
```
38+
39+
2040
Startup Script "c7"
2141
-------------------
2242

0 commit comments

Comments
 (0)