From 2c82de1a575fc570382391aedee1d1c2665418b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 9 Sep 2009 19:03:07 +0300 Subject: [PATCH] Add Fedora/RHEL/CentOS dependency install info. --- doc/testing.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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.