We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcf839 commit 90efc68Copy full SHA for 90efc68
docs/tutorials/start.rst
@@ -17,6 +17,24 @@ do an initial podman setup::
17
See `../how-to/podman`
18
19
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
38
Startup Script "c7"
39
-------------------
40
0 commit comments