From 90efc685f375d500012983aadb57e5fb339553ee Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 19 Aug 2024 08:34:16 +0100 Subject: [PATCH] update docs with info on 2024.8.1 changes --- docs/tutorials/start.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/tutorials/start.rst b/docs/tutorials/start.rst index 3a38128..f4bba47 100644 --- a/docs/tutorials/start.rst +++ b/docs/tutorials/start.rst @@ -17,6 +17,24 @@ do an initial podman setup:: See `../how-to/podman` +Update for August 2024 +---------------------- + +- Centos is end of life so we have switched to using the centos rpm package 'vault' instead of mirrors. +- missing dependencies for building EPICS 7 have been added (libusb 1.0 and libnet) +- due to dependency clashes we had to remove GUI apps such as firefox + +To run the latest dev c7 with libusb 1.0 and NO GUI apps:: + + c7 -dv 2024.8.1 + + +To run a version with older libusb and original set of GUI apps:: + + c7 -dv 2024.8.1gui + + + Startup Script "c7" -------------------