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 cbc2705 + 56c03db commit 88ae627Copy full SHA for 88ae627
docs/tutorials/start.rst
@@ -24,17 +24,14 @@ Update for August 2024
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:
+To run the latest dev c7 with libusb 1.0 and NO GUI apps::
28
29
-```bash
30
-c7 -dv 2024.8.1
31
-```
+ c7 -dv 2024.8.1
32
33
-To run a version with older libusb and original set of GUI apps:
34
35
36
-c7 -dv 2024.8.1gui
37
+To run a version with older libusb and original set of GUI apps::
+
+ c7 -dv 2024.8.1gui
38
39
40
Startup Script "c7"
0 commit comments