diff --git a/doc/testing.txt b/doc/testing.txt index 8ebb29d3..14cf6ff4 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -10,10 +10,10 @@ The bash-completion test suite is written on top of the http://www.gnu.org/softw -Installing DejaGnu ------------------- +Installing dependencies +----------------------- -Installing DejaGnu should be easy using your local package manager. +Installing dependencies should be easy using your local package manager. Debian/Ubuntu @@ -25,6 +25,14 @@ sudo apt-get install dejagnu ------------- This should also install the necessary `expect` and `tcl` packages. +Fedora/RHEL/CentOS +~~~~~~~~~~~~~~~~~~ + +On Fedora and RHEL/CentOS (with EPEL) you can use `yum`: +------------- +sudo yum install dejagnu tcllib +------------- +This should also install the necessary `expect` and `tcl` packages.