From 7f50f8d4b3784c83438e964fb70b8e1e0eebd1d8 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 17 Jul 2024 15:17:09 +0200 Subject: [PATCH] Document RHEL 10 specifics for container shell Add a note about what configure option to use to prevent the build failing for RHEL 10. --- tests/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/README.rst b/tests/README.rst index c252be10b38..41c5ef3e853 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -62,6 +62,12 @@ Prepare the environment and build the sources:: ./configure make +For RHEL 10 use this instead (glade needs to be disabled at build time):: + + ./autogen.sh + ./configure --disable-glade + make + Executing the tests can be done with:: make check