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.
2 parents ffcf839 + 360e611 commit cbc2705Copy full SHA for cbc2705
docs/tutorials/start.rst
@@ -17,6 +17,26 @@ 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
+```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
40
Startup Script "c7"
41
-------------------
42
0 commit comments