Skip to content

Commit

Permalink
Document RHEL 10 specifics for container shell
Browse files Browse the repository at this point in the history
Add a note about what configure option to use
to prevent the build failing for RHEL 10.
  • Loading branch information
M4rtinK committed Jul 17, 2024
1 parent 183eccf commit 7f50f8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f50f8d

Please sign in to comment.