Skip to content

Commit 90efc68

Browse files
committed
update docs with info on 2024.8.1 changes
1 parent ffcf839 commit 90efc68

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/tutorials/start.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ 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+
c7 -dv 2024.8.1
30+
31+
32+
To run a version with older libusb and original set of GUI apps::
33+
34+
c7 -dv 2024.8.1gui
35+
36+
37+
2038
Startup Script "c7"
2139
-------------------
2240

0 commit comments

Comments
 (0)