[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2c82de1a575fc570382391aedee1d1c2665418b9

Ville Skyttä ville.skytta at iki.fi
Wed Sep 9 16:03:29 UTC 2009


The following commit has been merged in the master branch:
commit 2c82de1a575fc570382391aedee1d1c2665418b9
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Sep 9 19:03:07 2009 +0300

    Add Fedora/RHEL/CentOS dependency install info.

diff --git a/doc/testing.txt b/doc/testing.txt
index 8ebb29d..14cf6ff 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.
 
 
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list